From 30ace8874d2a23bf39ba8c82e4a3fb3acf766ad9 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Wed, 19 Mar 2025 21:13:18 -0500 Subject: [PATCH] lol --- hosts/pi4/home.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; }; }; }