mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-07-06 16:12:33 +02:00
Edit helium configuration
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user