move config to modules

This commit is contained in:
eneller
2024-01-11 17:59:02 +01:00
parent 98a666c1f6
commit 73383194e1
5 changed files with 63 additions and 64 deletions

View File

@@ -21,7 +21,9 @@
specialArgs = {inherit inputs;};
modules = [
./configuration.nix
./config/locale.nix
./config/gui.nix
./config/i3.nix
# inputs.home-manager.nixosModules.default
];
};