From 34b5b516583b78188a7df5635ed01c2dbadffe86 Mon Sep 17 00:00:00 2001 From: Suyashtnt Date: Wed, 22 May 2024 11:37:17 +0200 Subject: [PATCH] fix: update systemd stuff --- systems/modules/wayland.nix | 1 - users/modules/niri.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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; '' ];