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