summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/git.nix2
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 = {