From 3778aacfff9cd50f7a42f8f2b5d823315184d8f4 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 10 Jul 2024 13:13:19 +0200 Subject: [PATCH] . --- home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home.nix b/home.nix index 83233e3..19da9f9 100644 --- a/home.nix +++ b/home.nix @@ -269,6 +269,7 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }: services.gpg-agent = { enable = true; + enableScDaemon = true; enableSshSupport = true; defaultCacheTtl = 7200; maxCacheTtl = 7200;