about summary refs log tree commit diff
path: root/lib/mk_home.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-07-25 19:01:53 +0900
committersefidel <contact@sefidel.net>2023-07-25 19:02:51 +0900
commit3f4ffdbbd694a14e6ada58740e6596f475ce00fb (patch)
treeb60a7800f09c2faab3ba1f528a08a3a509bf15c1 /lib/mk_home.nix
parentec647eecd447bfbbd8f7b6f2fe5bb65ebf9abf16 (diff)
downloadnixrc-3f4ffdbbd694a14e6ada58740e6596f475ce00fb.tar.gz
nixrc-3f4ffdbbd694a14e6ada58740e6596f475ce00fb.zip
feat(home): move user configs to configs
Diffstat (limited to 'lib/mk_home.nix')
-rw-r--r--lib/mk_home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk_home.nix b/lib/mk_home.nix
index 550cc69..899be0f 100644
--- a/lib/mk_home.nix
+++ b/lib/mk_home.nix
@@ -2,7 +2,7 @@
 
 { username, hostname, pkgs, version, extraModules ? null }:
 let
-  entrypoint = "${self}/home/${hostname}/${username}.nix";
+  entrypoint = "${self}/home/configs/${hostname}/${username}.nix";
   defaultModule = { lib, config, ... }: {
     _module.args.inputs = self.inputs;
     _module.args.self = self;