diff --git a/provision/nixos/hosts/kestrel/home-configuration.nix b/provision/nixos/hosts/kestrel/home-configuration.nix index 11ed2e6f..d8ba8502 100644 --- a/provision/nixos/hosts/kestrel/home-configuration.nix +++ b/provision/nixos/hosts/kestrel/home-configuration.nix @@ -5,11 +5,11 @@ programs.home-manager.enable = true; # Setup git - programs.git = { - enable = true; - userName = "starr-dusT"; - userEmail = "starrtyler88@gmail.com" - }; + #programs.git = { + # enable = true; + # userName = "starr-dusT"; + # userEmail = "starrtyler88@gmail.com" + #}; home.packages = with pkgs; [ chezmoi