feat: add git user configuration
1 files changed, 8 insertions(+), 0 deletions(-) M modules/shell/git.nix
M modules/shell/git.nix => modules/shell/git.nix +8 -0
@@ 6,6 6,14 @@ programs = { git = { enable = true; + includes = [{ + contents = { + user = { + email = "rutherther@proton.me"; + name = "Rutherther"; + }; + }; + }]; }; }; }