10 lines
132 B
Nix
10 lines
132 B
Nix
{
|
|
dconf = {
|
|
settings = {
|
|
"org/gnome/desktop/interface" = {
|
|
color-scheme = "prefer-dark";
|
|
};
|
|
};
|
|
};
|
|
}
|