Enable wayland support in chromium based apps

This commit is contained in:
2024-07-17 21:42:43 -06:00
parent 2527b614e9
commit d269d2e5a0
2 changed files with 5 additions and 2 deletions

View File

@@ -89,5 +89,8 @@ in
# for luks onlock over tor
services.tor.enable = true;
services.tor.client.enable = true;
# Enable wayland support in various chromium based applications
environment.sessionVariables.NIXOS_OZONE_WL = "1";
};
}