mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
tweaked file layout
This commit is contained in:
parent
d061dadb7e
commit
e1a608f3f8
9 changed files with 19 additions and 7 deletions
|
|
@ -36,14 +36,14 @@
|
|||
inherit system pkgs;
|
||||
modules = [
|
||||
./hardware-configuration.nix
|
||||
./systems/gerg-laptop.nix
|
||||
./systems/laptop.nix
|
||||
];
|
||||
};
|
||||
gerg-desktop = lib.nixosSystem {
|
||||
inherit system pkgs;
|
||||
modules = [
|
||||
./hardware-configuration.nix
|
||||
./systems/gerg-desktop.nix
|
||||
./systems/desktop.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue