git: move to new settings

This commit is contained in:
Christoph Hollizeck 2025-10-22 11:12:09 +02:00
parent 46788a7bae
commit efa64cd357
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -82,13 +82,16 @@ in
programs.git = { programs.git = {
enable = true; enable = true;
inherit (cfg) userName userEmail;
lfs = enabled; lfs = enabled;
signing = { signing = {
key = cfg.signingKey; key = cfg.signingKey;
inherit (cfg) signByDefault; inherit (cfg) signByDefault;
}; };
extraConfig = { settings = {
user = {
name = cfg.userName;
email = cfg.userEmail;
};
core = { core = {
fsmonitor = true; fsmonitor = true;
}; };