diff options
author | Ben Sima <ben@bsima.me> | 2019-04-10 21:39:57 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-04-10 21:40:03 -0700 |
commit | 47493265c26bcf1ac69840b2f018a0e1c5544fb1 (patch) | |
tree | 399a410989d397fcf4870c47436fb1c891c82a91 | |
parent | f0bc455ebcaebfc4460476bdf178bdf593377f25 (diff) |
fix home-manager path
-rw-r--r-- | common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ in programs = { home-manager = { enable = true; - path = "${homedir}/config/home-manager"; + path = "${homedir}/cfg/home-manager"; }; direnv = { |