move firefox extensions to profile config

This commit is contained in:
notgne2 2023-02-27 08:53:32 -07:00
parent 00da00bc50
commit 6a7b8b55b7
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE

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 = { 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 = { settings = {
"browser.startup.homepage" = "https://wizbos.club"; "browser.startup.homepage" = "https://wizbos.club";