Files
cnix/home/core/gui/style/dconf.nix
cnst a67a342617 hm
2024-07-31 16:15:08 +02:00

10 lines
132 B
Nix

{
dconf = {
settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
};
}