Testing a Firefox theme integration with libadwaita
This commit is contained in:
parent
eb88303d61
commit
8fddac2366
1 changed files with 11 additions and 9 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue