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; };