This commit is contained in:
Tyler Starr 2023-09-01 23:39:12 -07:00
parent 61e4107019
commit edef3efd20

View File

@ -5,11 +5,11 @@
programs.home-manager.enable = true;
# Setup git
programs.git = {
enable = true;
userName = "starr-dusT";
userEmail = "starrtyler88@gmail.com"
};
#programs.git = {
# enable = true;
# userName = "starr-dusT";
# userEmail = "starrtyler88@gmail.com"
#};
home.packages = with pkgs; [
chezmoi