diff --git a/systems/modules/wayland.nix b/systems/modules/wayland.nix index 5ee9a35..0866b0e 100644 --- a/systems/modules/wayland.nix +++ b/systems/modules/wayland.nix @@ -19,7 +19,6 @@ WLR_DRM_DEVICES = "/dev/dri/card1:/dev/dri/card0"; }; loginShellInit = '' - dbus-update-activation-environment --systemd --all eval $(ssh-agent) export GPG_TTY=$TTY ''; diff --git a/users/modules/niri.nix b/users/modules/niri.nix index 9bbf651..c9d8602 100644 --- a/users/modules/niri.nix +++ b/users/modules/niri.nix @@ -101,7 +101,7 @@ in { command = [ "sh" "-c" '' - eval $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh); + eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,ssh); export SSH_AUTH_SOCK; '' ];