added automatic git signing
This commit is contained in:
parent
c31759fc5e
commit
a53756452f
@ -1,9 +1,13 @@
|
||||
{...}: {
|
||||
config.programs.git = {
|
||||
config.programs.git = rec {
|
||||
enable = true;
|
||||
|
||||
userName = "Kristian Krsnik";
|
||||
userEmail = "git@krsnik.at";
|
||||
signing = {
|
||||
key = userEmail;
|
||||
signByDefault = true;
|
||||
};
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
|
@ -27,6 +27,7 @@
|
||||
];
|
||||
|
||||
userSettings = {
|
||||
"git.enableCommitSigning" = true;
|
||||
"window.menuBarVisibility" = "hidden";
|
||||
"[nix]" = {
|
||||
"editor.formatOnSave" = true;
|
||||
|
Loading…
Reference in New Issue
Block a user