home/chrome: add wayland/pipeware support

This commit is contained in:
genofire 2022-02-23 22:21:51 +01:00
parent 8083563206
commit 0e4b1207a0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ in
enable = true;
package = (pkgs.ungoogled-chromium.override {
commandLineArgs = [
"--enable-features=UseOzonePlatform"
"--enable-features=UseOzonePlatform,WebRTCPipeWireCapturer"
"--ozone-platform=wayland"
];
});