From 14d026711fbd37779654c26eea297d85ea73a85a Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 15 Aug 2024 16:48:44 +0100 Subject: [PATCH] Update script --- system/shared.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/shared.nix b/system/shared.nix index f9b0f81..e1dcc32 100644 --- a/system/shared.nix +++ b/system/shared.nix @@ -67,7 +67,7 @@ windowManager.i3 = { enable = true; extraSessionCommands = '' - eval $(gnome-keyring-daemon --daemonize) + eval $(${pkgs.gnome3.gnome-keyring}/bin/gnome-keyring-daemon --daemonize --components=ssh,secrets) export SSH_AUTH_SOCK ''; };