~ruther/nixos-config

d5cfcb075895406047bcc047222cf5798b2ac54c — Frantisek Bohacek 1 year, 6 months ago 72e80e3
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";
          };
        };
      }];
    };
  };
}

Do not follow this link