home,nixos,theme: fix dconf

This commit is contained in:
Guanran Wang 2023-11-06 07:57:14 +08:00
parent 0ee56bf571
commit 678f743a9b
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -40,6 +40,7 @@
dconf.settings = { dconf.settings = {
"org/gnome/desktop/wm/preferences" = { "org/gnome/desktop/wm/preferences" = {
"titlebar-font" = "Sans Bold"; "titlebar-font" = "Sans Bold";
"button-layout" = "icon,appmenu:"; # remove csd window buttons
}; };
"org/gnome/desktop/interface" = { "org/gnome/desktop/interface" = {
"document-font-name" = "Sans"; "document-font-name" = "Sans";
@ -49,7 +50,6 @@
"clock-format" = "12h"; "clock-format" = "12h";
"color-scheme" = "prefer-dark"; "color-scheme" = "prefer-dark";
"button-layout" = "icon,appmenu:"; # remove csd window buttons
# i want to split dconf but # i want to split dconf but
# #