diff options
author | Alan Pearce | 2023-08-26 13:55:59 +0200 |
---|---|---|
committer | Alan Pearce | 2023-08-26 13:55:59 +0200 |
commit | ad4af2f233f19df7f916689d44f8d79180dcda14 (patch) | |
tree | 11a329a4b35c15907bc096a865344dd90f077d27 | |
parent | 0370b2ae645467182a066228a5f9abb488636b8b (diff) | |
download | nixfiles-ad4af2f233f19df7f916689d44f8d79180dcda14.tar.lz nixfiles-ad4af2f233f19df7f916689d44f8d79180dcda14.tar.zst nixfiles-ad4af2f233f19df7f916689d44f8d79180dcda14.zip |
git: fix ghq root path
-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 = { |