feat: add git-delete-merged-branches
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
bd89ecd70f
commit
aaa0a5016f
|
@ -18,6 +18,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
git-delete-merged-branches
|
||||||
|
];
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
inherit (cfg) userName userEmail;
|
inherit (cfg) userName userEmail;
|
||||||
|
|
Loading…
Reference in a new issue