From 66e81a8f38e9a162dbc8b932375c897c9ce40cb7 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Wed, 6 Mar 2024 13:48:49 +0800 Subject: [PATCH] home(chrome): add ozone wayland environment 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"; }