{ pkgs, lib, config, ... }: { config = lib.mkIf (config.host.name == "losurdo") { services.gpg-agent.pinentryFlavor = lib.mkForce "curses"; }; }