Enable chromeium secret store, disable firefox pocket, home

This commit is contained in:
Sandro - 2023-04-30 02:15:14 +02:00
parent 1112d2a577
commit 1b875e5f34
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 9 additions and 1 deletions

View File

@ -32,7 +32,15 @@ with final; {
dump1090_rs = callPackage ./dump1090_rs.nix { };
chromium = prev.chromium.override {
commandLineArgs = "--enable-features=VaapiVideoEncoder,VaapiVideoDecoder,CanvasOopRasterization --force-dark-mode";
# enable hardware accerlation with vaapi, force dark mode, detect kwallet
commandLineArgs = "--enable-features=VaapiVideoEncoder,VaapiVideoDecoder,CanvasOopRasterization --force-dark-mode --password-store=detect";
};
firefox = prev.firefox.override {
extraPolicies = {
DisablePocket = true;
FirefoxHome.Pocket = false;
};
};
grafana = prev.grafana.overrideAttrs (_: {