feat: add git-trim

This commit is contained in:
Ryan Yin
2023-08-09 14:35:17 +08:00
parent 3799aa0c90
commit 356ed4bfdc

View File

@@ -15,6 +15,12 @@
rm -f ~/.gitconfig
'';
home.packages = with pkgs; [
# Automatically trims your branches whose tracking remote refs are merged or gone
# It's really useful when you work on a project for a long time.
git-trim
];
programs.git = {
enable = true;
lfs.enable = true;