git: fix ghq root path
Alan Pearce alan@alanpearce.eu
Sat, 26 Aug 2023 13:55:59 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M user/settings/git.nix → user/settings/git.nix
@@ -15,7 +15,7 @@ }; }; extraConfig = { ghq = { - root = "projects"; + root = "${config.home.homeDirectory}/projects"; user = "alanpearce"; }; core = {