Update script

This commit is contained in:
Ethan Lane 2024-08-15 16:48:44 +01:00
parent f60e176916
commit 14d026711f

View file

@ -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
'';
};