This commit is contained in:
iFargle 2023-06-30 17:33:18 +09:00
parent 0e93926082
commit 3a44709859

View file

@ -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";