🚀 add gpg
This commit is contained in:
parent
adbdf807a3
commit
5430db5431
4 changed files with 17 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
programs = {
|
||||
exa.enable = true;
|
||||
bat.enable = true;
|
||||
gpg.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@
|
|||
userEmail = "mr.x@moritzboeh.me";
|
||||
extraConfig.init.defaultBranch = "main";
|
||||
delta.enable = true;
|
||||
signing = {
|
||||
key = "0x0498CF2DD8CFC6AA";
|
||||
signByDefault = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue