diff options
| author | Jon Santmyer <jon@jonsantmyer.com> | 2026-08-29 10:29:26 -0400 |
|---|---|---|
| committer | Jon Santmyer <jon@jonsantmyer.com> | 2026-08-29 10:29:26 -0400 |
| commit | 2ea5db7f5d23edb609823c4e3279f980389885cd (patch) | |
| tree | bc30850ffd313f3b31f8fe4149b5b9433405506b /default.nix | |
| parent | 40c65ac3e6226dcf5c834c0ba2447df1bd0ca37d (diff) | |
| download | nix-config-laptop.tar.gz nix-config-laptop.tar.bz2 nix-config-laptop.zip | |
laptop changes 2026-08-29laptop
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
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; |
