rearranged speccon18.nix

This commit is contained in:
Steven 2023-03-26 00:54:33 -04:00
parent ca7ac8bad4
commit a47b432911

View file

@ -31,19 +31,19 @@
save = 10000000; save = 10000000;
}; };
}; };
git = { #git = {
enable = true; # enable = true;
userName = "specCon18"; # userName = "specCon18";
userEmail = "specCon18@gmail.com"; # userEmail = "specCon18@gmail.com";
# signing = { # signing = {
# key = "71F252936D785219"; # key = "71F252936D785219";
# signByDefault = true; # signByDefault = true;
# }; # };
diff-so-fancy = { # diff-so-fancy = {
enable = true; # enable = true;
changeHunkIndicators = true; # changeHunkIndicators = true;
}; # };
lfs.enable = true; # lfs.enable = true;
}; #};
}; };
} }