diff options
| author | Grigory Shipunov | 2023-08-05 20:48:58 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-08-05 20:51:15 +0200 |
| commit | 9e5d5bd874850df8090c6b43a09bd6fab74e537c (patch) | |
| tree | 718ea139ed960358204472ec7e7151c73a37035e /modules/chromium.nix | |
| parent | 8b8d90cec49f9af706d0a1fc090c89441943b088 (diff) | |
retire toaster and remove dead code
Diffstat (limited to 'modules/chromium.nix')
| -rw-r--r-- | modules/chromium.nix | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/modules/chromium.nix b/modules/chromium.nix deleted file mode 100644 index 4a0f453..0000000 --- a/modules/chromium.nix +++ /dev/null @@ -1,34 +0,0 @@ -{ config, pkgs, ... }: - -{ - environment.systemPackages = with pkgs; [ - chromium - ]; - - nixpkgs.config.chromium.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland --force-dark-mode --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --enable-native-gpu-memory-buffers --enable-features=VaapiVideoDecoder,VaapiVideoEncoder,CanvasOopRasterization,WebUIDarkMode"; - - programs.chromium = { - enable = true; - extensions = [ - "pkehgijcmpdhfbdbbnkijodmdjhbjlgp" # privacy badger - "ekhagklcjbdpajgpjgmbionohlpdbjgc" # zotero connector - "nngceckbapebfimnlniiiahkandclblb" # bitwarden - "cjpalhdlnbpafiamejdnhcphjbkeiagm" # ublock origin - ]; - extraOpts = { - "BrowserSignin" = 0; - "SyncDisabled" = true; - "PasswordManagerEnabled" = false; - "TranslateEnabled" = false; - "AutofillAddressEnabled" = false; - "AutofillCreditCardEnabled" = false; - "AutoplayAllowed" = false; - "DefaultNotificationSetting" = 2; - "BackgroundModeEnabled" = false; - # "DefaultSearchProviderEnabled" = true; - # "DefaultSearchProviderSearchURL" = "https://google.com/search?q={searchTerms}"; - # "DefaultSearchProviderSearchURL" = "https://duckduckgo.com/?q={searchTerms}"; - "SearchSuggestEnable" = false; - }; - }; -} |
