diff --git a/hosts/desktop/wm.nix b/hosts/desktop/wm.nix index b8bcaee..72b45ab 100644 --- a/hosts/desktop/wm.nix +++ b/hosts/desktop/wm.nix @@ -44,6 +44,7 @@ in hyprland.exec = [ "${wm-boot}/bin/wm-boot" + "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" ]; home.activation = { wm-update = "${wm-update}/bin/wm-update";