Skip to content

Commit e2267bd

Browse files
fix(firefox): added browser groups and profiles
1 parent 9181b52 commit e2267bd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/home/gui/firefox/settings.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,13 @@
4949
"browser.aboutConfig.showWarning" = false;
5050
"browser.warnOnQuit" = false;
5151
"browser.ml.chat.sidebar" = false;
52+
# disable homepage fluff
5253
"browser.newtabpage.activity-stream.showWeather" = false;
5354
"browser.newtabpage.activity-stream.feeds.topsites" = false;
5455
"browser.newtabpage.activity-stream.feeds.section.topstories" = false;
55-
# "browser.newtabpage.activity-stream.newtabWallpapers.wallpaper" = "light-green";
56+
# add profiles
57+
"browser.profiles.enabled" = true;
58+
# add tab groups
59+
"browser.tabs.groups.enabled" = true;
60+
"browser.tabs.groups.smart.enabled" = true;
5661
}

0 commit comments

Comments
 (0)