framework: update to 25.11
This commit is contained in:
parent
ce966f0782
commit
8a4b37e7ed
13 changed files with 103 additions and 157 deletions
|
|
@ -35,9 +35,9 @@ in {
|
|||
}
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
userName = config.home.userFullname;
|
||||
userEmail = cfg.email;
|
||||
programs.git.settings.user = {
|
||||
name = config.home.userFullname;
|
||||
email = cfg.email;
|
||||
};
|
||||
|
||||
accounts.email.accounts.${cfg.email} = lib.mkIf cfg.terminal {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue