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;