feat(host/orion): enable NIXOS_OZONE_WL env var

This commit is contained in:
Price Hiller 2024-06-28 01:05:54 -05:00
parent 317edd6f12
commit 6c7bc41f37
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,5 +1,7 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
# Allow Chromium & Electron apps run natively in wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";
services.displayManager = { services.displayManager = {
autoLogin = { autoLogin = {
enable = true; enable = true;