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 = {
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";