Removed the use for dbus-run-session

This commit is contained in:
Jan-Bulthuis 2025-02-27 11:13:03 +01:00
parent 8b70bcb229
commit c4326f1aba
1 changed files with 5 additions and 2 deletions

View File

@ -33,7 +33,7 @@ in
# Change desktop to execute river # Change desktop to execute river
desktop.initScript = '' desktop.initScript = ''
${pkgs.dbus}/bin/dbus-run-session ${pkgs.river}/bin/river ${pkgs.river}/bin/river
''; '';
desktop.session.type = "wayland"; desktop.session.type = "wayland";
@ -65,7 +65,7 @@ in
wayland.windowManager.river = { wayland.windowManager.river = {
enable = true; enable = true;
xwayland.enable = false; xwayland.enable = false;
systemd.enable = false; systemd.enable = true;
settings = settings =
let let
layout = "filtile"; layout = "filtile";
@ -120,6 +120,9 @@ in
# TODO: Generic background options # TODO: Generic background options
# "\"glpaper eDP-1 ${toString config.modules.glpaper.shader}\"" # "\"glpaper eDP-1 ${toString config.modules.glpaper.shader}\""
"udiskie" "udiskie"
# TODO: Should this be part of the keyring configuration directly?
# "\"gnome-keyring-daemon --replace --components=pkcs11,secrets,ssh\""
"wpaperd"
]; ];
map = ( map = (
lib.attrsets.recursiveUpdate lib.attrsets.recursiveUpdate