From beb9d6399d9fbe0cf9cf71b28eca4dc06a527c5a Mon Sep 17 00:00:00 2001 From: itsscb Date: Sun, 5 May 2024 22:49:46 +0200 Subject: [PATCH] ft/adds darkmode to chromium --- hosts/default/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 12556c7..5e8c1ea 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -49,7 +49,8 @@ "--disable-default-apps" "--homepage https://start.duckduckgo.com" "--start-maximized" - + "--enable-features=WebContentsForceDark" + "--force-dark-mode" ]; # homepageLocation = "https://start.duckduckgo.com"; # extraOpts = {