about summary refs log tree commit diff
path: root/modules/nixos/profiles/headful.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-07-15 12:45:02 +0300
committerAzat Bahawi <azat@bahawi.net>2023-07-15 12:45:02 +0300
commita75acfb7ef640c2367d4547b0f479e7acaad9017 (patch)
tree253afd11564269b1812c96bf3518a8aab9d4597c /modules/nixos/profiles/headful.nix
parent2023-07-13 (diff)
2023-07-15
Diffstat (limited to '')
-rw-r--r--modules/nixos/profiles/headful.nix2
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;

Consider giving Nix/NixOS a try! <3