From a47b432911f7d385fdfa20ec202406fbfd125169 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 26 Mar 2023 00:54:33 -0400 Subject: [PATCH] rearranged speccon18.nix --- .hm-modules/users/speccon18.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.hm-modules/users/speccon18.nix b/.hm-modules/users/speccon18.nix index 4fb531e..c3e1911 100644 --- a/.hm-modules/users/speccon18.nix +++ b/.hm-modules/users/speccon18.nix @@ -31,19 +31,19 @@ save = 10000000; }; }; - git = { - enable = true; - userName = "specCon18"; - userEmail = "specCon18@gmail.com"; + #git = { + # enable = true; + # userName = "specCon18"; + # userEmail = "specCon18@gmail.com"; # signing = { # key = "71F252936D785219"; # signByDefault = true; # }; - diff-so-fancy = { - enable = true; - changeHunkIndicators = true; - }; - lfs.enable = true; - }; + # diff-so-fancy = { + # enable = true; + # changeHunkIndicators = true; + # }; + # lfs.enable = true; + #}; }; } \ No newline at end of file