Testing a Firefox theme integration with libadwaita

This commit is contained in:
iFargle 2023-09-29 18:56:24 +09:00
parent eb88303d61
commit 8fddac2366

View file

@ -9,15 +9,17 @@
name = "default";
# https://nur.nix-community.org/repos/rycee/
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
privacy-badger
decentraleyes
darkreader
ublock-origin
privacy-redirect
link-cleaner
adnauseam
censor-tracker
extensions = with pkgs.nur.repos; [
rycee.firefox-addons.privacy-badger
rycee.firefox-addons.decentraleyes
rycee.firefox-addons.darkreader
rycee.firefox-addons.ublock-origin
rycee.firefox-addons.privacy-redirect
rycee.firefox-addons.link-cleaner
rycee.firefox-addons.adnauseam
rycee.firefox-addons.censor-tracker
federicoschonborn.firefox-gnome-theme
];
search.default = "DuckDuckGo";