From 7c2e0bf32e12d94880ecade1c04be242a7453221 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Sat, 13 Jan 2024 22:15:13 -0300 Subject: [PATCH] chore: add dbus update to hyprland --- hosts/desktop/wm.nix | 1 + 1 file changed, 1 insertion(+) 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";