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