chore(firefox): what the hell

This commit is contained in:
2025-11-23 07:30:27 -07:00
parent b792d0aee1
commit f104e682e2

View File

@@ -146,45 +146,45 @@ in {
# Check about:support for extension/add-on ID strings. # Check about:support for extension/add-on ID strings.
extensions = { extensions = {
# Override non-declared settings. # Override non-declared settings.
force = true; force = true;
packages = packages =
let pkgs' = import inputs.nixpkgs { let pkgs' = import inputs.nixpkgs {
system = args.system; system = args.system;
overlays = [ inputs.nur.overlays.default ]; overlays = [ inputs.nur.overlays.default ];
}; };
in in
# https://nur.nix-community.org/repos/rycee/ # https://nur.nix-community.org/repos/rycee/
with pkgs'.nur.repos.rycee.firefox-addons; [ with pkgs'.nur.repos.rycee.firefox-addons; [
ublock-origin ublock-origin
darkreader darkreader
privacy-badger privacy-badger
vimium vimium
kagi-search kagi-search
duckduckgo-privacy-essentials duckduckgo-privacy-essentials
textern textern
copy-as-org-mode copy-as-org-mode
clearurls clearurls
sidebery sidebery
adaptive-tab-bar-colour adaptive-tab-bar-colour
adnauseam adnauseam
# tree-style-tab # tree-style-tab
# tab-unload-for-tree-style-tab # tab-unload-for-tree-style-tab
# tst-tab-search # tst-tab-search
# tst-more-tree-commands # tst-more-tree-commands
# tst-lock-tree-collapsed # tst-lock-tree-collapsed
# tst-fade-old-tabs # tst-fade-old-tabs
# tst-bookmarks-subpanel # tst-bookmarks-subpanel
# move-unloaded-tabs-for-tst # move-unloaded-tabs-for-tst
tab-stash tab-stash
unpaywall unpaywall
sourcegraph sourcegraph
sponsorblock sponsorblock
cookies-txt cookies-txt
copy-selected-tabs-to-clipboard copy-selected-tabs-to-clipboard
copy-link-text copy-link-text
df-youtube df-youtube
]; ];
}; };
# https://github.com/mbnuqw/sidebery/wiki/Firefox-Styles-Snippets-(via-userChrome.css) # https://github.com/mbnuqw/sidebery/wiki/Firefox-Styles-Snippets-(via-userChrome.css)
userChrome = '' userChrome = ''