From 9e1141c3e8ac92ad73ba250183c1654839c6bf4c Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Wed, 6 Nov 2024 12:45:27 +0100 Subject: [PATCH] feat: dont think this works but ill leave it in cant hurt --- modules/home-manager/hyprland.nix | 1 + 1 file changed, 1 insertion(+) 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"; }; }