mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
move overkays to modules
This commit is contained in:
parent
60ccfe7539
commit
536fc32216
8 changed files with 59 additions and 49 deletions
|
@ -86,7 +86,6 @@
|
|||
modules = [
|
||||
./systems/kami
|
||||
self.outputs.nixosModules.default
|
||||
./overlays
|
||||
];
|
||||
};
|
||||
yokai = nixpkgs.lib.nixosSystem {
|
||||
|
@ -95,7 +94,6 @@
|
|||
modules = [
|
||||
./systems/yokai
|
||||
self.outputs.nixosModules.default
|
||||
./overlays
|
||||
];
|
||||
};
|
||||
inugami = nixpkgs.lib.nixosSystem {
|
||||
|
@ -104,7 +102,6 @@
|
|||
modules = [
|
||||
./systems/inugami
|
||||
self.outputs.nixosModules.default
|
||||
./overlays
|
||||
];
|
||||
};
|
||||
tuny = nixpkgs.lib.nixosSystem {
|
||||
|
@ -118,7 +115,7 @@
|
|||
steamdeck = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = inputs;
|
||||
modules = [ ./systems/steamdeck self.outputs.nixosModules.default ./overlays ];
|
||||
modules = [ ./systems/steamdeck self.outputs.nixosModules.default ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue