diff options
Diffstat (limited to 'home/default.nix')
-rw-r--r-- | home/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/default.nix b/home/default.nix index f9cb94a..2ba3707 100644 --- a/home/default.nix +++ b/home/default.nix @@ -8,7 +8,7 @@ pkgs = import unstable-small { system = "x86_64-linux"; overlays = with inputs; [ chaotic-nixpkgs.overlay ]; }; extraModules = [ - ./profiles + ./profiles/populate.nix ./profiles/base ./profiles/browsing ./profiles/development |