prefer dark
parent
559a1b9543
commit
f735a5a70d
|
@ -66,6 +66,16 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Set system dark mode
|
||||||
|
dconf.settings = {
|
||||||
|
"org/freedesktop/appearance" = {
|
||||||
|
color-scheme = 1;
|
||||||
|
};
|
||||||
|
"org/gnome/desktop/interface" = {
|
||||||
|
color-scheme = "prefer-dark";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.file = { };
|
home.file = { };
|
||||||
|
|
||||||
# wayland.windowManager.hyprland = {
|
# wayland.windowManager.hyprland = {
|
||||||
|
|
Loading…
Reference in New Issue