diff options
| author | schererleander <leander@schererleander.de> | 2025-11-10 20:57:53 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-11-10 20:59:55 +0100 |
| commit | fe317036e9147d7aef1f59fcffa6b8726522f408 (patch) | |
| tree | 21e8219579b699fce9671e368237e25c30e05036 /hosts/lilith/configuration.nix | |
| parent | 20535e334d5d31bc362731131de7d78a3dd057f5 (diff) | |
remove default import modules and import modules accordingly
Diffstat (limited to 'hosts/lilith/configuration.nix')
| -rw-r--r-- | hosts/lilith/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/lilith/configuration.nix b/hosts/lilith/configuration.nix index 92f9d7f..a3c138f 100644 --- a/hosts/lilith/configuration.nix +++ b/hosts/lilith/configuration.nix @@ -7,7 +7,7 @@ { imports = [ - ../../modules + ../../modules/programs ]; users.users.${username}.home = "/Users/${username}"; @@ -91,5 +91,7 @@ }; }; + nix.enable = false; + system.stateVersion = 5; } |
