github config

This commit is contained in:
death916 2025-05-12 23:55:37 -07:00
parent a5c7cac6d3
commit 9894ceb337

View file

@ -7,7 +7,15 @@
# Basic shell configuration (can be more elaborate)
programs.bash.enable = true;
programs.git.enable = true;
programs.git = {
enable = true;
userName = "death916";
userEmail = "mail@trentnelson.dev";
extraConfig = {
credential.helper = "store";
}
};
# Server-specific tools or dotfiles for death916
programs.tmux.enable = true; # Example from your repo image