diff options
Diffstat (limited to '')
-rw-r--r-- | modules/nixos/profiles/headful.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/nixos/profiles/headful.nix b/modules/nixos/profiles/headful.nix index 9e2b7a3..795c4c3 100644 --- a/modules/nixos/profiles/headful.nix +++ b/modules/nixos/profiles/headful.nix @@ -41,6 +41,8 @@ in { }; settings = { "app.update.auto" = false; + "browser.display.document_color_use" = 2; + "browser.display.use_system_colors" = true; "browser.search.region" = "US"; "browser.search.update" = false; "datareporting.healthreport.uploadEnabled" = false; |