diff options
author | Alan Pearce | 2023-08-23 06:40:39 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-23 06:40:39 +0200 |
commit | d969f3f9d43ac76d732d39b4dd3ffe34bc54a3c8 (patch) | |
tree | 990bb4da4433ba713f754ec5b5aa7a687e9cb4d7 /user/settings | |
parent | 2e2a1e9761f6caedc1753abd7b31cbff1b7549fe (diff) | |
download | nixfiles-d969f3f9d43ac76d732d39b4dd3ffe34bc54a3c8.tar.lz nixfiles-d969f3f9d43ac76d732d39b4dd3ffe34bc54a3c8.tar.zst nixfiles-d969f3f9d43ac76d732d39b4dd3ffe34bc54a3c8.zip |
git: Set ghq root using gitconfig method
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/git.nix | 1 |
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 = { |