fix(chrome): add ozone wayland variable
This commit is contained in:
parent
cdfd2c0477
commit
980c04b760
1 changed files with 1 additions and 0 deletions
|
@ -6,4 +6,5 @@
|
||||||
in {
|
in {
|
||||||
users.home.persist.directories = mkIf gui [ ".config/google-chrome" ];
|
users.home.persist.directories = mkIf gui [ ".config/google-chrome" ];
|
||||||
security.chromiumSuidSandbox.enable = mkIf gui true;
|
security.chromiumSuidSandbox.enable = mkIf gui true;
|
||||||
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue