diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/git.nix b/user/settings/git.nix index 68b02242..f53d33a9 100644 --- a/user/settings/git.nix +++ b/user/settings/git.nix @@ -15,7 +15,7 @@ }; extraConfig = { ghq = { - root = "projects"; + root = "${config.home.homeDirectory}/projects"; user = "alanpearce"; }; core = { |