diff options
Diffstat (limited to 'common/programs/zenBrowser.nix')
| -rw-r--r-- | common/programs/zenBrowser.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/programs/zenBrowser.nix b/common/programs/zenBrowser.nix index 8227bc7..bee6d86 100644 --- a/common/programs/zenBrowser.nix +++ b/common/programs/zenBrowser.nix @@ -75,8 +75,8 @@ in ExtensionSettings = builtins.listToAttrs extensions; SearchEngines = { - Default = "DuckDuckGo"; - # Default = "Omnisearch"; + # Default = "DuckDuckGo"; + Default = "Omnisearch"; PreventInstalls = true; Remove = [ "Google" @@ -122,7 +122,7 @@ in xdg.configFile = { "userContent.css" = { - enable = true; + enable = false; text = # css '' |
