[hyprland] added ozone environment variable

This commit is contained in:
Simon Cornet 2024-04-06 12:04:00 +02:00
parent a508290555
commit 5c091b8b86

View File

@ -33,4 +33,12 @@
package = pkgs.unstable.hyprland; package = pkgs.unstable.hyprland;
xwayland.enable = true; xwayland.enable = true;
}; };
# environment variables for hyprland
environment.sessionVariables = {
# hint electron apps to use wayland
NIXOS_OZONE_WL = "1";
};
} }