mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
firefox: disable newtab content
This commit is contained in:
parent
eb6dda4f44
commit
7f3c3e5fd5
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ in
|
||||||
|
|
||||||
(wrapFirefox firefox-unwrapped {
|
(wrapFirefox firefox-unwrapped {
|
||||||
extraPolicies = {
|
extraPolicies = {
|
||||||
|
NewTabPage = false;
|
||||||
CaptivePortal = false;
|
CaptivePortal = false;
|
||||||
DisablePocket = true;
|
DisablePocket = true;
|
||||||
DisableFirefoxStudies = true;
|
DisableFirefoxStudies = true;
|
||||||
|
|
Loading…
Reference in a new issue