zmiana definicji gitowych nazw użytkownika
This commit is contained in:
parent
2d97b1409c
commit
c1cda1c7ac
1 changed files with 2 additions and 2 deletions
4
home.nix
4
home.nix
|
|
@ -11,8 +11,8 @@
|
|||
# Przykład prostej konfiguracji Git
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Sasza Stanczew";
|
||||
userEmail = "sasza@stanczew.com";
|
||||
settings.user.name = "Sasza Stanczew";
|
||||
settings.user.email = "sasza@stanczew.com";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue