From 1dd60c22917fae5d705c61fac12235abd09d0485 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 4 Apr 2025 23:57:37 +0200 Subject: [PATCH] feat(morty): activate gpg ssh-agent --- hosts/morty/home-config.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;