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;
};
};
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;
#};
};
}