home/dconf: prefer dark colorscheme
This commit is contained in:
parent
096783c00a
commit
a369c33a44
@ -131,6 +131,12 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dconf.settings = {
|
||||||
|
"org/gnome/desktop/interface" = {
|
||||||
|
color-scheme = "prefer-dark";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
xsession = {
|
xsession = {
|
||||||
enable = !machineVars.wayland;
|
enable = !machineVars.wayland;
|
||||||
# TODO: declare using xdg config home
|
# TODO: declare using xdg config home
|
||||||
|
Loading…
Reference in New Issue
Block a user