From edd654442015124306a204851ef0c86d493b76b7 Mon Sep 17 00:00:00 2001 From: cnst Date: Mon, 21 Oct 2024 21:53:16 +0200 Subject: [PATCH] dconf fix --- users/cnst/modules.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/cnst/modules.nix b/users/cnst/modules.nix index d9baffd8..ad90a458 100644 --- a/users/cnst/modules.nix +++ b/users/cnst/modules.nix @@ -81,6 +81,11 @@ copyq = { enable = true; }; + dconf = { + settings = { + color-scheme = "prefer-dark"; + }; + }; gpg = { enable = false; };