git: fix ghq root path
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M user/settings/git.nix → user/settings/git.nix
@@ -15,7 +15,7 @@ }; }; extraConfig = { ghq = { - root = "projects"; + root = "${config.home.homeDirectory}/projects"; user = "alanpearce"; }; core = {