diff options
| author | Alexander Kassouni <alex@kassouni.net> | 2026-08-29 23:53:40 -0700 |
|---|---|---|
| committer | Alexander Kassouni <alex@kassouni.net> | 2026-08-29 23:53:40 -0700 |
| commit | af99b4960a9bf1043234354d685ed23818c14aaa (patch) | |
| tree | 9d6bd855c76c2c99e16321e1df4eeaadade28739 /users/kassouni/firefox.nix | |
| parent | 8dcf355819cc6cd1e87924218c1adcd900ecda84 (diff) | |
new laptop
Diffstat (limited to 'users/kassouni/firefox.nix')
| -rw-r--r-- | users/kassouni/firefox.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/kassouni/firefox.nix b/users/kassouni/firefox.nix index e1cee19..9bf130c 100644 --- a/users/kassouni/firefox.nix +++ b/users/kassouni/firefox.nix @@ -61,6 +61,7 @@ }; settings = { "browser.startup.homepage" = "about:blank"; + "browser.compactmode.show" = true; "startup.homepage_welcome_url" = "about:blank"; "extensions.autoDisableScopes" = 0; "browser.newtabpage.enabled" = false; @@ -71,6 +72,7 @@ "browser.newtabpage.activity-stream.showSponsoredTopSites" = false; "browser.newtabpage.activity-stream.widgets.enabled" = false; "browser.newtabpage.activity-stream.discoverystream.sections.enabled" = false; + }; search = { force = true; |
