diff --git a/modules/home/wms/hyprland/default.nix b/modules/home/wms/hyprland/default.nix index 90c9951..7ae37f1 100644 --- a/modules/home/wms/hyprland/default.nix +++ b/modules/home/wms/hyprland/default.nix @@ -45,6 +45,7 @@ in { package = inputs.hyprland.packages.${system}.default; systemd = { + enable = true; variables = ["--all"]; extraCommands = [ "systemctl --user stop graphical-session.target" @@ -55,7 +56,6 @@ in { wayland.windowManager.hyprland.settings = with colors; { exec-once = [ - "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\" -P \"Scarlett Solo (3rd Gen.) Headphones / Line 1-2\"" "sway-audio-idle-inhibit" "firefox"