Move extension config to profile

Extensions are now managed per-profile.
This commit is contained in:
Jakob Lechner 2023-05-23 14:57:58 +00:00
parent 9cc6e51c6b
commit 7af5ec9bfa
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -3,14 +3,14 @@
programs.firefox = {
enable = nixosConfig.myConfig.gui.enable;
package = pkgs.firefox-esr;
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
tree-style-tab
ublock-origin
umatrix
violentmonkey
];
profiles = {
default = {
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
tree-style-tab
ublock-origin
umatrix
violentmonkey
];
settings = {
#"browser.startup.homepage" = "https://nixos.org";
#"browser.search.region" = "GB";