diff --git a/hosts/default/variables.nix b/hosts/default/variables.nix index bfa8021..0711f15 100644 --- a/hosts/default/variables.nix +++ b/hosts/default/variables.nix @@ -1,7 +1,7 @@ { # Git Configuration ( For Pulling Software Repos ) - gitUsername = "Tyler Kelley"; - gitEmail = "tylerzanekelley@gmail.com"; + gitUsername = "John Smith"; + gitEmail = "example@gmail.com"; # Hyprland Settings borderAnim = true; # Enable / Disable Hyprland Border Animation