profiles: gtk: new best practices for dconf

This commit is contained in:
Bruno BELANYI 2021-09-27 17:06:52 +02:00
parent 55541abd17
commit 88ae4abca0
1 changed files with 1 additions and 3 deletions

View File

@ -9,9 +9,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
# Allow setting GTK configuration using home-manager # Allow setting GTK configuration using home-manager
services.dbus.packages = with pkgs; [ programs.dconf.enable = true;
gnome3.dconf
];
# GTK theme configuration # GTK theme configuration
my.home.gtk.enable = true; my.home.gtk.enable = true;