home/chrome: add wayland/pipeware support
This commit is contained in:
parent
8083563206
commit
0e4b1207a0
|
@ -19,7 +19,7 @@ in
|
|||
enable = true;
|
||||
package = (pkgs.ungoogled-chromium.override {
|
||||
commandLineArgs = [
|
||||
"--enable-features=UseOzonePlatform"
|
||||
"--enable-features=UseOzonePlatform,WebRTCPipeWireCapturer"
|
||||
"--ozone-platform=wayland"
|
||||
];
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue