1
0
Fork 0

Install gpg

This commit is contained in:
Daniel Kempkens 2022-12-25 22:11:59 +01:00
parent a140b3a696
commit 3a480996ef
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

7
home/programs/gpg.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.gpg = {
enable = true;
};
}