home,nixos,theme: fix dconf
This commit is contained in:
parent
0ee56bf571
commit
678f743a9b
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,7 @@
|
|||
dconf.settings = {
|
||||
"org/gnome/desktop/wm/preferences" = {
|
||||
"titlebar-font" = "Sans Bold";
|
||||
"button-layout" = "icon,appmenu:"; # remove csd window buttons
|
||||
};
|
||||
"org/gnome/desktop/interface" = {
|
||||
"document-font-name" = "Sans";
|
||||
|
@ -49,7 +50,6 @@
|
|||
|
||||
"clock-format" = "12h";
|
||||
"color-scheme" = "prefer-dark";
|
||||
"button-layout" = "icon,appmenu:"; # remove csd window buttons
|
||||
|
||||
# i want to split dconf but
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue