Upgrade to nixos and home-manager to version 25.11
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user