firefox: go back to firefox-esr, add display-anchor extension
This commit is contained in:
parent
e63abdcc42
commit
9b6ea1c51b
1 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,8 @@ let
|
|||
auto-tab-discard
|
||||
|
||||
youtube-recommended-videos
|
||||
|
||||
display-_anchors
|
||||
];
|
||||
|
||||
customAddons = [
|
||||
|
@ -317,7 +319,7 @@ in
|
|||
};
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
# package = pkgs.firefox-esr-128;
|
||||
package = pkgs.firefox-esr;
|
||||
|
||||
profiles = mkProfiles {
|
||||
"personal" = mkProfile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue