Update to 25.05 and add git-cliff
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
11
home-manager/git/cliff.nix
Normal file
11
home-manager/git/cliff.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.git-cliff = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
trim = true;
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user