From 40873ea843902481225e6ea318499bebafe8f4cc Mon Sep 17 00:00:00 2001 From: Tomas Rivera <137088692+Totorile1@users.noreply.github.com> Date: Wed, 25 Feb 2026 10:48:40 +0100 Subject: [PATCH] Test --- modules/home-manager/git.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/git.nix b/modules/home-manager/git.nix index 5c58a94..8f67109 100644 --- a/modules/home-manager/git.nix +++ b/modules/home-manager/git.nix @@ -3,11 +3,13 @@ { programs.git = { 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 # git config --global user.name "YourName" # git config --global user.email "YourEmail" # git config --global init.defaultBranch main - +# git config --global user.email "137088692+Totorile1@users.noreply.github.com" #cd ~/nixos\ #git add . #git commit -m "Update NixOS configuration"