about summary refs log tree commit diff stats
path: root/modules/home/pkgs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-25 18:02:15 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-25 18:02:15 +0200
commitc6e29c9ebef761f27829ed991700550b1fd1e811 (patch)
tree77a1a786068070df8894c924dbb64e04927dda68 /modules/home/pkgs
parentrefactor(git/scripts): Upgrade `git-cm` to a 'real' package (diff)
downloadnixos-config-c6e29c9ebef761f27829ed991700550b1fd1e811.tar.gz
nixos-config-c6e29c9ebef761f27829ed991700550b1fd1e811.zip
feat(pkgs): Add a `git-cleanup` script
Diffstat (limited to 'modules/home/pkgs')
-rw-r--r--modules/home/pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/pkgs/default.nix b/modules/home/pkgs/default.nix
index e7b269ac..cfbe30a8 100644
--- a/modules/home/pkgs/default.nix
+++ b/modules/home/pkgs/default.nix
@@ -196,6 +196,7 @@ with pkgs; let
         git-absorb # git commit --fixup, but automatic
         git-edit-index # Allows you to edit the indexed version of a file
         git-cm # A wrapper that re-adds the last commit's subject
+        git-cleanup # An automatic merged branch deleter
         glow # Command-line markdown renderer
       ];
     };