restructure config
This commit is contained in:
parent
1c6a1a4305
commit
ef0c9157f4
46 changed files with 656 additions and 716 deletions
16
flake.nix
16
flake.nix
|
@ -9,18 +9,6 @@
|
|||
|
||||
nix-std.url = "github:chessai/nix-std";
|
||||
|
||||
ironbar = {
|
||||
url = "github:JakeStanger/ironbar";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.rust-overlay.follows = "rust-overlay";
|
||||
};
|
||||
|
||||
persway = {
|
||||
url = "github:johnae/persway";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
rust-overlay = {
|
||||
url = "github:oxalica/rust-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -63,8 +51,6 @@
|
|||
nixpkgs-stable,
|
||||
home-manager,
|
||||
nur,
|
||||
ironbar,
|
||||
persway,
|
||||
helix,
|
||||
qtile,
|
||||
nixd,
|
||||
|
@ -78,7 +64,7 @@
|
|||
"x86_64-linux"
|
||||
];
|
||||
in rec {
|
||||
overlays = import ./overlay.nix {inherit inputs;};
|
||||
overlays = import ./util/overlay.nix {inherit inputs;};
|
||||
|
||||
nixosConfigurations = {
|
||||
"quiver" = nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue