diff --git a/hosts/morty/home-config.nix b/hosts/morty/home-config.nix index d8708ff..afb756a 100644 --- a/hosts/morty/home-config.nix +++ b/hosts/morty/home-config.nix @@ -1,7 +1,10 @@ { ... }: { config.modules = { application = { - gnupg.enable = true; + gnupg = { + enable = true; + enableSshSupport = true; + }; zathura.enable = true; foot.enable = true; imv.enable = true;