Install gpg
This commit is contained in:
parent
a140b3a696
commit
3a480996ef
1 changed files with 7 additions and 0 deletions
7
home/programs/gpg.nix
Normal file
7
home/programs/gpg.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue