all repos — nixfiles @ ad4af2f233f19df7f916689d44f8d79180dcda14

System and user configuration, managed by nix and home-manager

git: fix ghq root path
Alan Pearce alan@alanpearce.eu
Sat, 26 Aug 2023 13:55:59 +0200
commit

ad4af2f233f19df7f916689d44f8d79180dcda14

parent

0370b2ae645467182a066228a5f9abb488636b8b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/git.nixuser/settings/git.nix
@@ -15,7 +15,7 @@ };     };
     extraConfig = {
       ghq = {
-        root = "projects";
+        root = "${config.home.homeDirectory}/projects";
         user = "alanpearce";
       };
       core = {