diff options
author | sefidel <contact@sefidel.net> | 2022-01-25 18:08:24 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-25 18:08:24 +0900 |
commit | 4b442b85223bf4e718db5ca917c17e4446144eb1 (patch) | |
tree | d5b094c5e885c91ade246c7951ff0557d0c1dbe5 /home | |
parent | 98c46799bdecbde72773b75dd7eeb4bfd846c871 (diff) | |
download | nixrc-4b442b85223bf4e718db5ca917c17e4446144eb1.tar.gz nixrc-4b442b85223bf4e718db5ca917c17e4446144eb1.zip |
home: make populator more obvious
Diffstat (limited to 'home')
-rw-r--r-- | home/default.nix | 2 | ||||
-rw-r--r-- | home/profiles/populate.nix (renamed from home/profiles/default.nix) | 0 |
2 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 diff --git a/home/profiles/default.nix b/home/profiles/populate.nix index af9d9a8..af9d9a8 100644 --- a/home/profiles/default.nix +++ b/home/profiles/populate.nix |