mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
refactoring
This commit is contained in:
parent
2b7d2bf54e
commit
90f4fe847a
9 changed files with 25 additions and 6 deletions
|
|
@ -53,7 +53,6 @@
|
|||
inherit system pkgs;
|
||||
modules = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./systems/laptop.nix
|
||||
];
|
||||
};
|
||||
|
|
@ -61,7 +60,6 @@
|
|||
inherit system pkgs;
|
||||
modules = [
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
./systems/desktop.nix
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue