Upgrade to nixos and home-manager to version 25.11

This commit is contained in:
2025-12-09 16:49:43 +01:00
parent afde180560
commit c8e7ca9ce3
6 changed files with 36 additions and 37 deletions
+3 -3
View File
@@ -6,9 +6,9 @@
programs.git = {
enable = true;
userName = "Leonhard Kost";
userEmail = "leonhard.kost@gmail.com";
extraConfig = {
settings = {
user.name = "Leonhard Kost";
user.email = "leonhard.kost@gmail.com";
credential.credentialStore = "cache";
credential.helper = "manager";
};