diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-04-12 04:01:46 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-04-12 04:01:46 +0300 |
commit | d6368c86bc949371e904eed3d0a6583ebd53b055 (patch) | |
tree | 042db513412ba7f1577b1ac690d4e0e0fac22cbf /modules/nixos/firefox/default.nix | |
parent | 2023-04-07 (diff) |
2023-04-12
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/firefox/default.nix | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/modules/nixos/firefox/default.nix b/modules/nixos/firefox/default.nix index da78a1c..30927b3 100644 --- a/modules/nixos/firefox/default.nix +++ b/modules/nixos/firefox/default.nix @@ -67,16 +67,20 @@ in { userContent = mkCssWithRoot ./userContent.css; - extensions = with pkgs.nur.repos.rycee.firefox-addons; [ - bitwarden - consent-o-matic - darkreader - localcdn - noscript - privacy-redirect - ublock-origin - violentmonkey - ]; + extensions = with pkgs.nur.repos.rycee.firefox-addons; + [ + bitwarden + consent-o-matic + darkreader + furiganaize + localcdn + no-pdf-download + noscript + privacy-redirect + ublock-origin + violentmonkey + ] + ++ optional config.nixfiles.modules.ipfs.enable ipfs-companion; # https://github.com/arkenfox/user.js/blob/master/user.js arkenfox = { |