diff options
Diffstat (limited to '')
-rw-r--r-- | modules/common/git.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/common/git.nix b/modules/common/git.nix index 2e5c834..7f06676 100644 --- a/modules/common/git.nix +++ b/modules/common/git.nix @@ -32,7 +32,11 @@ in { }; hm = { - home.packages = with pkgs; [glab hut]; + home.packages = with pkgs; [ + git-extras + glab + hut + ]; programs = { git = { |