diff options
Diffstat (limited to 'modules')
-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 ]; }; |