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,6 +89,7 @@ inputs: all: {
}; };
}); });
profiles.default = {
extensions = lib.optionals (pkgs ? nur.repos.rycee.firefox-addons) (with pkgs.nur.repos.rycee.firefox-addons; [ extensions = lib.optionals (pkgs ? nur.repos.rycee.firefox-addons) (with pkgs.nur.repos.rycee.firefox-addons; [
darkreader darkreader
bitwarden bitwarden
@ -99,7 +100,6 @@ inputs: all: {
vimium vimium
]); ]);
profiles.default = {
settings = { settings = {
"browser.startup.homepage" = "https://wizbos.club"; "browser.startup.homepage" = "https://wizbos.club";