From 649d9e83b646df62e58201990b60834791c1cae4 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 4 Nov 2024 09:36:28 -0500 Subject: [PATCH] improved user config readability --- src/user/configs/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/src/user/configs/default.nix b/src/user/configs/default.nix index 85b4d31..85de61c 100644 --- a/src/user/configs/default.nix +++ b/src/user/configs/default.nix @@ -17,7 +17,6 @@ in keys = import ./keys; groups = [ "wheel" "networkmanager" "home-manager" "input" ]; - gitConfig = optionalAttrs modules.git.enable { userName = "Bryan Ramos"; userEmail = email;