move firefox extensions to profile config
This commit is contained in:
parent
00da00bc50
commit
6a7b8b55b7
@ -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";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user