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"; name = "default";
# https://nur.nix-community.org/repos/rycee/ # https://nur.nix-community.org/repos/rycee/
extensions = with pkgs.nur.repos.rycee.firefox-addons; [ extensions = with pkgs.nur.repos; [
privacy-badger rycee.firefox-addons.privacy-badger
decentraleyes rycee.firefox-addons.decentraleyes
darkreader rycee.firefox-addons.darkreader
ublock-origin rycee.firefox-addons.ublock-origin
privacy-redirect rycee.firefox-addons.privacy-redirect
link-cleaner rycee.firefox-addons.link-cleaner
adnauseam rycee.firefox-addons.adnauseam
censor-tracker rycee.firefox-addons.censor-tracker
federicoschonborn.firefox-gnome-theme
]; ];
search.default = "DuckDuckGo"; search.default = "DuckDuckGo";