Update to 25.05 and add git-cliff

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2025-05-19 21:25:06 +02:00
parent 9fc0b33228
commit f10feaaddd
8 changed files with 37 additions and 20 deletions

View File

@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
programs.git-cliff = {
enable = true;
settings = {
trim = true;
};
}
}