Home-Manager_dotfiles/dconf.nix

10 lines
129 B
Nix
Raw Normal View History

2023-11-17 09:52:27 +00:00
{ config, ... }:
{
dconf.settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
}