From 2ea5db7f5d23edb609823c4e3279f980389885cd Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sat, 29 Aug 2026 10:29:26 -0400 Subject: laptop changes 2026-08-29 --- default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index e172edf..191e7b1 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,9 @@ ... }: { imports = - [inputs.home-manager.nixosModules.home-manager] + [ + inputs.home-manager.nixosModules.default + ] ++ (lib.custom.mapModulesRec' ./modules import); environment.variables.NIXOSCONFIG = config.nixosConfig.dir; -- cgit v1.2.3