Move extension config to profile
Extensions are now managed per-profile.
This commit is contained in:
parent
9cc6e51c6b
commit
7af5ec9bfa
1 changed files with 6 additions and 6 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue