pinwheel: Set NIXOS_OZONE_WL to true for wayland support

This commit is contained in:
Alexander Heldt
2023-12-19 09:08:36 +01:00
parent 99beb388d2
commit 23b9963877

View File

@@ -143,6 +143,8 @@ in
];
};
# To start electron apps like `chromium` with wayland support
environment.sessionVariables.NIXOS_OZONE_WL = "1";
# The XDG portal is needed for screen sharing
xdg.portal = {