Edit helium configuration

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-26 20:38:27 +02:00
parent a15bc11625
commit 7c8a552730
2 changed files with 4 additions and 9 deletions
+3 -8
View File
@@ -34,19 +34,14 @@
};
heliumFlags = [
"--enable-features=UseOzonePlatform"
"--ozone-platform=wayland"
"--enable-features=UseOzonePlatform,VaapiVideoDecoder,VaapiVideoEncoder,CanvasOopRasterization"
"--disable-features=UseChromeOSDirectVideoDecoder,WaylandWpColorManagerV1"
"--enable-accelerated-video-decode"
"--enable-gpu-rasterization"
"--enable-zero-copy"
"--ignore-gpu-blocklist"
"--enable-features=VaapiVideoDecoder"
"--enable-features=VaapiVideoEncoder"
"--enable-features=CanvasOopRasterization"
"--disable-features=UseChromeOSDirectVideoDecoder"
"--use-gl=egl"
"--no-default-browser-check"
"--show-avatar-button=never"
"--disable-features=WaylandWpColorManagerV1"
];
originalPkg = (inputs.helium-browser.packages.${pkgs.stdenv.hostPlatform.system}.helium).override {