summary refs log tree commit diff stats
path: root/user/settings/git.nix
diff options
context:
space:
mode:
authorAlan Pearce2023-08-23 06:40:39 +0200
committerAlan Pearce2023-08-23 06:40:39 +0200
commitd969f3f9d43ac76d732d39b4dd3ffe34bc54a3c8 (patch)
tree990bb4da4433ba713f754ec5b5aa7a687e9cb4d7 /user/settings/git.nix
parent2e2a1e9761f6caedc1753abd7b31cbff1b7549fe (diff)
downloadnixfiles-d969f3f9d43ac76d732d39b4dd3ffe34bc54a3c8.tar.lz
nixfiles-d969f3f9d43ac76d732d39b4dd3ffe34bc54a3c8.tar.zst
nixfiles-d969f3f9d43ac76d732d39b4dd3ffe34bc54a3c8.zip
git: Set ghq root using gitconfig method
Diffstat (limited to 'user/settings/git.nix')
-rw-r--r--user/settings/git.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/git.nix b/user/settings/git.nix
index 849c55f7..68b02242 100644
--- a/user/settings/git.nix
+++ b/user/settings/git.nix
@@ -15,6 +15,7 @@
     };
     extraConfig = {
       ghq = {
+        root = "projects";
         user = "alanpearce";
       };
       core = {