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
|
auto-tab-discard
|
||||||
|
|
||||||
youtube-recommended-videos
|
youtube-recommended-videos
|
||||||
|
|
||||||
|
display-_anchors
|
||||||
];
|
];
|
||||||
|
|
||||||
customAddons = [
|
customAddons = [
|
||||||
|
@ -317,7 +319,7 @@ in
|
||||||
};
|
};
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# package = pkgs.firefox-esr-128;
|
package = pkgs.firefox-esr;
|
||||||
|
|
||||||
profiles = mkProfiles {
|
profiles = mkProfiles {
|
||||||
"personal" = mkProfile {
|
"personal" = mkProfile {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue