modularise home conf
This commit is contained in:
parent
b07d950147
commit
4477d0d4a2
23 changed files with 1152 additions and 855 deletions
|
@ -29,6 +29,9 @@
|
|||
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
# TODO get rid of fu for fp
|
||||
# flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
|
||||
helix = {
|
||||
url = "github:helix-editor/helix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -46,11 +49,12 @@
|
|||
|
||||
nix-rice.url = "github:bertof/nix-rice";
|
||||
|
||||
nixd.url = "github:nix-community/nixd";
|
||||
|
||||
qtile = {
|
||||
url = "path:flakes/qtile";
|
||||
url = "path:flakes/qtile";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
@ -63,6 +67,7 @@
|
|||
persway,
|
||||
helix,
|
||||
qtile,
|
||||
nixd,
|
||||
nix-index-database,
|
||||
nix-rice,
|
||||
nix-std,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue