From ad4af2f233f19df7f916689d44f8d79180dcda14 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 26 Aug 2023 13:55:59 +0200 Subject: git: fix ghq root path --- user/settings/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit 1.4.1