diff --git a/hosts/dregil/configuration.nix b/hosts/dregil/configuration.nix index 3974771..b01e985 100644 --- a/hosts/dregil/configuration.nix +++ b/hosts/dregil/configuration.nix @@ -123,6 +123,7 @@ in ripgrep git nvidia-offload + pinentry ]; # adjust channels to nixpkgs used on this system via this flake @@ -134,10 +135,10 @@ in # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; + programs.gnupg.agent = { + enable = true; + enableSSHSupport = true; + }; programs.neovim = { enable = true;