about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-28 13:15:25 +0100
committerSoispha <soispha@vhack.eu>2023-12-28 13:15:25 +0100
commit60adb058b77f3b17689e654eb051e2783cf1f8cb (patch)
tree34b7f177708aa02a08810b7b13f9d98b3ec5276b /hm
parentfix(hm/pkgs/src/neorg): Remove duplicated `[[]]` in doc function (diff)
downloadnixos-config-60adb058b77f3b17689e654eb051e2783cf1f8cb.tar.gz
nixos-config-60adb058b77f3b17689e654eb051e2783cf1f8cb.zip
fix(hm/wms/river/init): Also export river env-vars to system user service
Diffstat (limited to '')
-rwxr-xr-xhm/soispha/wms/river/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/wms/river/init b/hm/soispha/wms/river/init
index e95b78f4..80d1c7fa 100755
--- a/hm/soispha/wms/river/init
+++ b/hm/soispha/wms/river/init
@@ -17,7 +17,7 @@ exec 2>> "$HOME"/river_log
 #trap err_fail ERR
 
 #Setup of environment variables {{{
-err_fail riverctl spawn "exec dbus-update-activation-environment SEATD_SOCK DISPLAY WAYLAND_DISPLAY DESKTOP_SESSION=river XDG_CURRENT_DESKTOP=river"
+err_fail riverctl spawn "exec dbus-update-activation-environment --systemd SEATD_SOCK DISPLAY WAYLAND_DISPLAY DESKTOP_SESSION=river XDG_CURRENT_DESKTOP=river"
 export @env_vars@
 #}}}