diff --git a/hosts/pi4/home.nix b/hosts/pi4/home.nix index 1b4ae0c..3ada4f4 100755 --- a/hosts/pi4/home.nix +++ b/hosts/pi4/home.nix @@ -80,13 +80,13 @@ in plugins = [ "git" ]; theme = "fishy"; }; + }; - git = { - enable = true; - userName = "mjallen18"; - userEmail = "matt.l.jallen@gmail.com"; - aliases = gitAliases; - }; + git = { + enable = true; + userName = "mjallen18"; + userEmail = "matt.l.jallen@gmail.com"; + aliases = gitAliases; }; }; }