rearranged speccon18.nix
This commit is contained in:
parent
ca7ac8bad4
commit
a47b432911
1 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||||
};
|
#};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue