Git: Add default username and branch name
This commit is contained in:
@@ -6,11 +6,17 @@
|
|||||||
flake.modules.homeManager.git = {
|
flake.modules.homeManager.git = {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.user = {
|
settings = {
|
||||||
email = "weckyy702@gmail.com";
|
user = {
|
||||||
|
email = "konstantin@veltko.de";
|
||||||
name = "Weckyy702";
|
name = "Weckyy702";
|
||||||
};
|
};
|
||||||
#TODO: signing
|
init.defaultBranch = "main";
|
||||||
|
};
|
||||||
|
signing = {
|
||||||
|
format = "ssh";
|
||||||
|
signByDefault = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user