diff --git a/users/simon/modules/gpg.nix b/users/simon/modules/gpg.nix index b440afb..e7308d5 100644 --- a/users/simon/modules/gpg.nix +++ b/users/simon/modules/gpg.nix @@ -20,7 +20,7 @@ enableZshIntegration = true; enableSshSupport = lib.mkDefault nixosConfig.sbruder.gui.enable; - pinentryFlavor = if nixosConfig.sbruder.gui.enable then "gnome3" else "curses"; + pinentryPackage = if nixosConfig.sbruder.gui.enable then pkgs.pinentry-gnome3 else pkgs.pinentry-curses; defaultCacheTtl = 300; defaultCacheTtlSsh = defaultCacheTtl;