diff --git a/home/common/vcs.nix b/home/common/vcs.nix index ba1b2f6..f430fe2 100644 --- a/home/common/vcs.nix +++ b/home/common/vcs.nix @@ -6,6 +6,7 @@ diffedit3 difftastic git-branchless + git-get git-graph git-town lazyjj @@ -78,6 +79,9 @@ prunetags = true; showForcedUpdates = true; }; + gitget = { + root = "${config.home.homeDirectory}/src/oss"; + }; gpg = { format = "ssh"; ssh = {