From 7c8a552730d3a025de30529c7f1f270e59490509 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 26 May 2026 20:38:27 +0200 Subject: [PATCH] Edit helium configuration Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/programs/helium/default.nix | 11 +++-------- home/programs/helium/system.nix | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/home/programs/helium/default.nix b/home/programs/helium/default.nix index 8fe1470..8de3b19 100644 --- a/home/programs/helium/default.nix +++ b/home/programs/helium/default.nix @@ -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 { diff --git a/home/programs/helium/system.nix b/home/programs/helium/system.nix index 80cc36e..616605f 100644 --- a/home/programs/helium/system.nix +++ b/home/programs/helium/system.nix @@ -33,7 +33,7 @@ in { SafeBrowsingEnabled = false; MetricsReportingEnabled = false; SpellCheckServiceEnabled = false; - DefaultCookiesSetting = 4; + DefaultCookiesSetting = 1; DefaultGeolocationSetting = 2; DefaultNotificationsSetting = 2; DefaultPopupsSetting = 2;