test
This commit is contained in:
parent
0e93926082
commit
3a44709859
1 changed files with 3 additions and 2 deletions
|
@ -22,6 +22,7 @@ in
|
|||
extraConfig = {
|
||||
credential.helper = "cache --timeout=25920000";
|
||||
};
|
||||
};
|
||||
|
||||
# dconf settings:
|
||||
# https://github.com/gvolpe/dconf2nix
|
||||
|
@ -29,9 +30,9 @@ in
|
|||
};
|
||||
|
||||
home-manager.users.root = {
|
||||
home.stateVersion = "23.05";
|
||||
home.stateVersion = "23.05";
|
||||
# User Home-Manager config location
|
||||
programs.git = {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "albert";
|
||||
userEmail = "albert@sysctl.io";
|
||||
|
|
Loading…
Reference in a new issue