From f338ade642beeccd0ac8042fedfc7bc2886f79dd Mon Sep 17 00:00:00 2001
From: rycee
Type: Default user name to use. Type: null or string Default: Declared by: Whether to enable git-cliff changelog generator. Type: boolean Default: Example: Declared by: The git-cliff package to use. Type: package Default: Declared by: Configuration written to
+ Type: TOML value Default: Example: Declared by: Whether to enable gitui, blazing fast terminal-ui for git written in rust. Type: boolean Default: Example: Declared by: The package to use. Type: package Default: Declared by:programs.git.userName
null
<home-manager/modules/programs/git.nix>
+
programs.git-cliff.enable
false
true
+ <home-manager/modules/programs/git-cliff.nix>
+
programs.git-cliff.package
pkgs.git-cliff
+ <home-manager/modules/programs/git-cliff.nix>
+
programs.git-cliff.settings
$XDG_CONFIG_HOME/git-cliff/cliff.toml
. See
+https://git-cliff.org/docs/configuration
+for the documentation.{ }
{
+ header = "Changelog";
+ trim = true;
+}
+
+ <home-manager/modules/programs/git-cliff.nix>
programs.gitui.enable
false
true
<home-manager/modules/programs/gitui.nix>
programs.gitui.package
"pkgs.gitui"