summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-11-10 08:00:17 -0800
committerBen Sima <ben@bsima.me>2018-11-10 08:00:17 -0800
commit73c21612f5136376f09dad2e2834f948e796a834 (patch)
tree5405e2b4a7f7d7c59d726a6ee31c4dd20a2570ef /common.nix
parentf64aedf9d82062df9decfcc71583b83c2aa34116 (diff)
Fix home-manager.path
Apparently it can't be relative
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.nix b/common.nix
index 03ad541..6178c57 100644
--- a/common.nix
+++ b/common.nix
@@ -171,7 +171,7 @@ in
programs = {
home-manager = {
enable = true;
- path = "./home-manager";
+ path = "${homedir}/config/home-manager";
};
direnv = {