services/gtk: remove dconf
This commit is contained in:
parent
a1ebf9d7fa
commit
b6d62c71fe
1 changed files with 1 additions and 10 deletions
|
@ -46,15 +46,6 @@ in {
|
|||
GTK_THEME = "${gtkSettings.gtk-theme-name}";
|
||||
};
|
||||
};
|
||||
|
||||
programs.dconf.profiles.user.databases = singleton {
|
||||
lockAll = false;
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-${styleCfg.scheme.variant}";
|
||||
gtk-theme = styleCfg.gtk.theme.name;
|
||||
};
|
||||
};
|
||||
};
|
||||
programs.dconf.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue