From 980c04b760bc9cd6f5e20758a76623e3b67c5fc3 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Wed, 6 Mar 2024 13:48:49 +0800 Subject: [PATCH] fix(chrome): add ozone wayland variable --- home/chrome/nixos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/chrome/nixos.nix b/home/chrome/nixos.nix index cdb23871..44a2b5c0 100644 --- a/home/chrome/nixos.nix +++ b/home/chrome/nixos.nix @@ -6,4 +6,5 @@ in { users.home.persist.directories = mkIf gui [ ".config/google-chrome" ]; security.chromiumSuidSandbox.enable = mkIf gui true; + environment.sessionVariables.NIXOS_OZONE_WL = "1"; }