fix(chrome): add ozone wayland variable

This commit is contained in:
514fpv 2024-03-06 13:48:49 +08:00
parent 58bc0734ba
commit f63bba35f4
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -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";
}