about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-25 18:08:24 +0900
committersefidel <contact@sefidel.net>2022-01-25 18:08:24 +0900
commit4b442b85223bf4e718db5ca917c17e4446144eb1 (patch)
treed5b094c5e885c91ade246c7951ff0557d0c1dbe5
parent98c46799bdecbde72773b75dd7eeb4bfd846c871 (diff)
downloadnixrc-4b442b85223bf4e718db5ca917c17e4446144eb1.tar.gz
nixrc-4b442b85223bf4e718db5ca917c17e4446144eb1.zip
home: make populator more obvious
-rw-r--r--home/default.nix2
-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