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 = {
|
extraConfig = {
|
||||||
credential.helper = "cache --timeout=25920000";
|
credential.helper = "cache --timeout=25920000";
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# dconf settings:
|
# dconf settings:
|
||||||
# https://github.com/gvolpe/dconf2nix
|
# https://github.com/gvolpe/dconf2nix
|
||||||
|
@ -29,9 +30,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.root = {
|
home-manager.users.root = {
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
# User Home-Manager config location
|
# User Home-Manager config location
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "albert";
|
userName = "albert";
|
||||||
userEmail = "albert@sysctl.io";
|
userEmail = "albert@sysctl.io";
|
||||||
|
|
Loading…
Reference in a new issue