[hyprland] added ozone environment variable
This commit is contained in:
parent
a508290555
commit
5c091b8b86
@ -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";
|
||||||
|
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user