Initial commit
This commit is contained in:
10
modules/desktop/gpg.nix
Normal file
10
modules/desktop/gpg.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }: {
|
||||
hm.programs.gpg.enable = true;
|
||||
|
||||
hm.services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = false;
|
||||
pinentry.package = pkgs.pinentry-tty;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user