feat(home): Enable git-cliff changelog generator

This commit is contained in:
Alexander Kobjolke 2024-02-12 22:01:50 +01:00
parent 9267060976
commit 7879575e1b
2 changed files with 50 additions and 9 deletions

View file

@ -16,6 +16,7 @@ in {
./programs/editorconfig
./programs/jq
./programs/fzf
./programs/git
];
programs.home-manager.enable = true;
@ -149,15 +150,6 @@ in {
settings.git_protocol = "ssh";
};
git = {
enable = true;
ignores = [ "*~" "*.swp" "result" "dist-newstyle" ];
userEmail = user.mail;
userName = user.fullName;
aliases = { st = "status"; };
extraConfig = { init.defaultBranch = "main"; };
};
gpg = {
enable = true;
settings = { homedir = "~/.local/share/gnupg"; };