modules/nix/programs/hyprland: remove NIXOS_OZONE_WL (caused problems)

This commit is contained in:
Anthony Rodriguez 2025-01-16 14:36:22 +01:00
parent 2461a8a2c4
commit 9c74203ac1
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -10,8 +10,6 @@
inputs.hyprland-qtutils.packages.${pkgs.system}.default
];
environment.sessionVariables.NIXOS_OZONE_WL = "1";
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;