diff --git a/hosts/orion/modules/graphical.nix b/hosts/orion/modules/graphical.nix index c3664b58..cebc17f4 100644 --- a/hosts/orion/modules/graphical.nix +++ b/hosts/orion/modules/graphical.nix @@ -1,5 +1,7 @@ { pkgs, ... }: { + # Allow Chromium & Electron apps run natively in wayland + environment.sessionVariables.NIXOS_OZONE_WL = "1"; services.displayManager = { autoLogin = { enable = true;