diff --git a/config/hyprland/hyprland.conf b/config/hyprland/hyprland.conf index a0a3a7ba..153387dc 100644 --- a/config/hyprland/hyprland.conf +++ b/config/hyprland/hyprland.conf @@ -16,7 +16,7 @@ monitor=,preferred,auto,auto # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox # fix gtk apps -#exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # background exec-once = hyprpaper # bar diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index 658e12f1..f2da7e2d 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -65,6 +65,7 @@ in hyprpaper # bar (waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true "]; })) + eww-wayland brightnessctl inotify-tools ];