a
This commit is contained in:
parent
0010e85387
commit
f37c2c83d4
@ -2,7 +2,7 @@ _: prev: let
|
|||||||
cliArgs = let
|
cliArgs = let
|
||||||
flags = [
|
flags = [
|
||||||
"--flag-switches-begin"
|
"--flag-switches-begin"
|
||||||
"--enable-features=WebUIDarkMode,UseOzonePlatform,WebRTCPipeWireCapturer,IgnoreGPUBlocklist,Vulkan"
|
"--enable-features=WebUIDarkMode,UseOzonePlatform,WebRTCPipeWireCapturer,IgnoreGPUBlocklist"
|
||||||
"--flag-switches-end"
|
"--flag-switches-end"
|
||||||
"--ozone-platform=wayland"
|
"--ozone-platform=wayland"
|
||||||
"--enable-webrtc-pipewire-capturer"
|
"--enable-webrtc-pipewire-capturer"
|
||||||
@ -11,7 +11,6 @@ _: prev: let
|
|||||||
"--enable-zero-copy"
|
"--enable-zero-copy"
|
||||||
"--disable-gpu-driver-bug-workarounds"
|
"--disable-gpu-driver-bug-workarounds"
|
||||||
"--force-dark-mode"
|
"--force-dark-mode"
|
||||||
"--process-per-site"
|
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
prev.lib.concatStringsSep " " flags;
|
prev.lib.concatStringsSep " " flags;
|
||||||
|
Loading…
Reference in New Issue
Block a user