diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-25 18:02:15 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-25 18:02:15 +0200 |
commit | c6e29c9ebef761f27829ed991700550b1fd1e811 (patch) | |
tree | 77a1a786068070df8894c924dbb64e04927dda68 /modules/home/pkgs | |
parent | refactor(git/scripts): Upgrade `git-cm` to a 'real' package (diff) | |
download | nixos-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.nix | 1 |
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 ]; }; |