This commit is contained in:
Till 2026-01-23 11:09:06 +01:00
parent 415e3c1caf
commit 7f9c096123
11 changed files with 56 additions and 52 deletions

View file

@ -1,14 +1,21 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
pinentry-all
];
services.gpg-agent = {
enable = true;
pinentry.package = pkgs.pinentry-gnome3;
# pinentry.package = pkgs.pinentry-gnome3;
pinentry.program = "pinentry-gnome3";
enableSshSupport = true;
};
programs.gpg = {
homedir = "${config.xdg.dataHome}/gnupg";
enable = true;
# homedir = "${config.xdg.dataHome}/gnupg";
settings = {
no-emit-version = true;
no-comments = true;