feat: add git-delete-merged-branches

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-01-12 14:22:59 +01:00
parent bd89ecd70f
commit aaa0a5016f

View file

@ -18,6 +18,9 @@ in
};
config = mkIf cfg.enable {
home.packages = with pkgs; [
git-delete-merged-branches
];
programs.git = {
enable = true;
inherit (cfg) userName userEmail;