diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index e1a5dd5..2ea84d0 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -160,5 +160,6 @@ # Optional, hint Electron apps to use Wayland: home.sessionVariables = { NIXOS_OZONE_WL = "1"; + ELECTRON_OZONE_PLATFORM_HINT = "wayland"; }; }