diff --git a/hosts/pro-home/home.nix b/hosts/pro-home/home.nix index c2a57be..91ccdc1 100644 --- a/hosts/pro-home/home.nix +++ b/hosts/pro-home/home.nix @@ -29,10 +29,14 @@ editors.neovim.enable = true; }; - services.gpg-agent = { - enable = true; - enableZshIntegration = true; - enableSshSupport = true; - pinentry.package = pkgs.pinentry-qt; + services = { + gpg-agent = { + enable = true; + enableZshIntegration = true; + enableSshSupport = true; + pinentry.package = pkgs.pinentry-qt; + }; + + yubikey-agent.enable = true; }; }