From 8f13de363895ccec0e787bc1d6107a67a3dbff20 Mon Sep 17 00:00:00 2001 From: joshashtondev Date: Sun, 2 Aug 2026 15:38:56 -0600 Subject: [PATCH] =?UTF-8?q?nixos:=20gen=20214=20@=20nix-pad=20=E2=80=94=20?= =?UTF-8?q?2026-08-02=2015:38=2026.05.20260724.597283a=20(Yarara)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/services/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/services/default.nix b/system/services/default.nix index 1607265..de2c198 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -52,6 +52,11 @@ in }; }; + programs.gnupg.agent = { + enable = true; + enableSSHSupport = true; + }; + services = { libinput = { enable = true;