From 088a839a36bcb74802d626138aadfefc6d049e66 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 11 Aug 2024 15:23:55 +0200 Subject: [PATCH] vcs: add git-get See: https://github.com/grdl/git-get --- home/common/vcs.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 = {