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 = [ heliumFlags = [
"--enable-features=UseOzonePlatform"
"--ozone-platform=wayland" "--ozone-platform=wayland"
"--enable-features=UseOzonePlatform,VaapiVideoDecoder,VaapiVideoEncoder,CanvasOopRasterization"
"--disable-features=UseChromeOSDirectVideoDecoder,WaylandWpColorManagerV1"
"--enable-accelerated-video-decode" "--enable-accelerated-video-decode"
"--enable-gpu-rasterization" "--enable-gpu-rasterization"
"--enable-zero-copy" "--use-gl=egl"
"--ignore-gpu-blocklist"
"--enable-features=VaapiVideoDecoder"
"--enable-features=VaapiVideoEncoder"
"--enable-features=CanvasOopRasterization"
"--disable-features=UseChromeOSDirectVideoDecoder"
"--no-default-browser-check" "--no-default-browser-check"
"--show-avatar-button=never" "--show-avatar-button=never"
"--disable-features=WaylandWpColorManagerV1"
]; ];
originalPkg = (inputs.helium-browser.packages.${pkgs.stdenv.hostPlatform.system}.helium).override { originalPkg = (inputs.helium-browser.packages.${pkgs.stdenv.hostPlatform.system}.helium).override {
+1 -1
View File
@@ -33,7 +33,7 @@ in {
SafeBrowsingEnabled = false; SafeBrowsingEnabled = false;
MetricsReportingEnabled = false; MetricsReportingEnabled = false;
SpellCheckServiceEnabled = false; SpellCheckServiceEnabled = false;
DefaultCookiesSetting = 4; DefaultCookiesSetting = 1;
DefaultGeolocationSetting = 2; DefaultGeolocationSetting = 2;
DefaultNotificationsSetting = 2; DefaultNotificationsSetting = 2;
DefaultPopupsSetting = 2; DefaultPopupsSetting = 2;