From d969f3f9d43ac76d732d39b4dd3ffe34bc54a3c8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 23 Aug 2023 06:40:39 +0200 Subject: git: Set ghq root using gitconfig method --- user/settings/git.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'user/settings/git.nix') 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 = { -- cgit 1.4.1