gtk.nix: add dconf

This commit is contained in:
Charlie Root 2024-08-28 14:18:32 +02:00
commit 2fe2a40c08

View file

@ -9,6 +9,7 @@ with lib; let
inherit (config.modules.usrEnv.style.gtk) theme iconTheme; inherit (config.modules.usrEnv.style.gtk) theme iconTheme;
in { in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
programs.dconf.enable = true; # NOTE: we need this or gtk breaks
home-manager.users.${username} = { home-manager.users.${username} = {
gtk = { gtk = {
enable = true; enable = true;