use native wayland chromium
This commit is contained in:
parent
0b973d8ce5
commit
5ef4c6ec2b
2 changed files with 3 additions and 2 deletions
|
@ -346,7 +346,9 @@ let
|
|||
|
||||
programs.chromium = {
|
||||
enable = true;
|
||||
package = pkgs.ungoogled-chromium;
|
||||
package = pkgs.ungoogled-chromium.override {
|
||||
commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland";
|
||||
};
|
||||
};
|
||||
|
||||
services.lorri.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue