From edef3efd20d67a5d2c1332c5a5d9a3745922a769 Mon Sep 17 00:00:00 2001 From: Tyler Starr Date: Fri, 1 Sep 2023 23:39:12 -0700 Subject: [PATCH] meh --- provision/nixos/hosts/kestrel/home-configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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