Skip to content

Commit

Permalink
chore(chromium): update extentions
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Oct 30, 2023
1 parent 4961a70 commit 91030f1
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions home/isabel/programs/gui/confs/browsers/chromium.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,21 @@ in {
config = lib.mkIf ((lib.isAcceptedDevice osConfig acceptedTypes) && osConfig.modules.programs.gui.enable && video.enable && defaults.browser == "chromium") {
programs.chromium = {
enable = true;
extensions = [
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # uBlock Origin
"clngdbkpkpeebahjckkjfobafhncgmne" # stylus
"eimadpbcbfnmbkopoojfekhnkhdbieeh" # Dark Reader
"nngceckbapebfimnlniiiahkandclblb" # Bitwarden
"mnjggcdmjocbbbhaepdhchncahnbgone" # SponsorBlock
"jghecgabfgfdldnmbfkhmffcabddioke" # Volume Master
"emffkefkbkpkgpdeeooapgaicgmcbolj" # Wikiwand
];
extensions =
[
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # uBlock Origin
"clngdbkpkpeebahjckkjfobafhncgmne" # stylus
"eimadpbcbfnmbkopoojfekhnkhdbieeh" # Dark Reader
"nngceckbapebfimnlniiiahkandclblb" # Bitwarden
"mnjggcdmjocbbbhaepdhchncahnbgone" # SponsorBlock
"jghecgabfgfdldnmbfkhmffcabddioke" # Volume Master
"emffkefkbkpkgpdeeooapgaicgmcbolj" # Wikiwand
"jaoafjdoijdconemdmodhbfpianehlon" # skip redirect
]
++ lib.optionals osConfig.modules.programs.gaming.enable [
"ngonfifpkpeefnhelnfdkficaiihklid" # ProtonDB
"dnhpnfgdlenaccegplpojghhmaamnnfp" # Augmented Steam
];
package = pkgs.ungoogled-chromium.override {
nss = pkgs.nss_latest;
commandLineArgs =
Expand Down

0 comments on commit 91030f1

Please sign in to comment.