port to 25.11

This commit is contained in:
ant 2025-11-27 18:39:56 +01:00
parent 00bebbe34a
commit 9472e8d548
13 changed files with 95 additions and 71 deletions

View file

@ -69,14 +69,18 @@
programs.git = {
enable = true;
aliases = {
co = "checkout";
settings = {
aliases = {
co = "checkout";
};
extraConfig = {
pull.rebase = true;
};
user = {
name = config.home.username;
email = "${config.home.username}@domain.xyz";
};
};
extraConfig = {
pull.rebase = true;
};
userName = config.home.username;
userEmail = "${config.home.username}@domain.xyz";
};
programs.direnv = {