Adding git commit template

This commit is contained in:
Miguel Palhas
2024-10-05 10:51:01 +01:00
parent d7b366908b
commit f69f4f3ec0
+5
View File
@@ -31,6 +31,7 @@
editor = "nvim";
pager = "delta";
};
commit = { template = "${commitTemplate}"; };
push = { default = "upstream"; };
delta = { navigate = true; };
"diff \"image\"" = { textconv = "mediainfo"; };
@@ -38,6 +39,10 @@
};
};
commitTemplate = builtints.toFile "git-commit-template.txt" ''
Change me
'';
home.packages = with pkgs; [ delta mediainfo ];
programs.gh.enable = true;
}