profiles: gtk: new best practices for dconf
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e805496588
commit
9f86615e77
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue