move firefox extensions to profile config

This commit is contained in:
notgne2 2023-02-27 08:53:32 -07:00
parent 00da00bc50
commit 6a7b8b55b7
No known key found for this signature in database

View file

@ -89,17 +89,17 @@ inputs: all: {
};
});
extensions = lib.optionals (pkgs ? nur.repos.rycee.firefox-addons) (with pkgs.nur.repos.rycee.firefox-addons; [
darkreader
bitwarden
violentmonkey
canvasblocker
sponsorblock
stylus
vimium
]);
profiles.default = {
extensions = lib.optionals (pkgs ? nur.repos.rycee.firefox-addons) (with pkgs.nur.repos.rycee.firefox-addons; [
darkreader
bitwarden
violentmonkey
canvasblocker
sponsorblock
stylus
vimium
]);
settings = {
"browser.startup.homepage" = "https://wizbos.club";