This commit is contained in:
Tomas Rivera
2026-02-25 10:48:40 +01:00
parent 38092498aa
commit 40873ea843
+3 -1
View File
@@ -3,11 +3,13 @@
{ {
programs.git = { programs.git = {
enable = true; enable = true;
# user.email dont work #user.email = "137088692+Totorile1@users.noreply.github.com";
#user.name = "Totorile1";
# no declarative parameters for git as it would show in a public git repo more info than I would like. Just use the following commands # no declarative parameters for git as it would show in a public git repo more info than I would like. Just use the following commands
# git config --global user.name "YourName" # git config --global user.name "YourName"
# git config --global user.email "YourEmail" # git config --global user.email "YourEmail"
# git config --global init.defaultBranch main # git config --global init.defaultBranch main
# git config --global user.email "137088692+Totorile1@users.noreply.github.com"
#cd ~/nixos\ #cd ~/nixos\
#git add . #git add .
#git commit -m "Update NixOS configuration" #git commit -m "Update NixOS configuration"