fix(bbsteamie): add wayland env for gui apps
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-09-02 20:36:57 -04:00
parent 0a003e14b5
commit fe75a68081

View file

@ -17,6 +17,12 @@ in {
services.flatpak.enable = true;
services.packagekit.enable = true;
# Wayland env vars
environment.variables = {
NIXOS_OZONE_WL = "1";
ELECTRON_OZONE_PLATFORM_HINT = "auto";
};
environment.systemPackages = builtins.attrValues {
inherit
(pkgs)