From fe317036e9147d7aef1f59fcffa6b8726522f408 Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 10 Nov 2025 20:57:53 +0100 Subject: remove default import modules and import modules accordingly --- hosts/lilith/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/lilith/configuration.nix') 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; } -- cgit v1.3.1