refactor: use idiomatic home-manager options for git user and mise activation
This commit is contained in:
+2
-4
@@ -3,12 +3,10 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "imbytecat";
|
||||
userEmail = "imbytecat@gmail.com";
|
||||
signing.format = null;
|
||||
settings = {
|
||||
user = {
|
||||
name = "imbytecat";
|
||||
email = "imbytecat@gmail.com";
|
||||
};
|
||||
merge.conflictstyle = "zdiff3";
|
||||
pull.rebase = true;
|
||||
push.autoSetupRemote = true;
|
||||
|
||||
Reference in New Issue
Block a user