diff --git a/home/themes/catppuccin.nix b/home/themes/catppuccin.nix index 2f2b7b8..3a80b86 100644 --- a/home/themes/catppuccin.nix +++ b/home/themes/catppuccin.nix @@ -7,8 +7,11 @@ let inherit (lib.my) validatePath; in -rec { - qt.platformTheme.name = "gnome"; +{ + qt = { + enable = true; + platformTheme.name = "gtk"; + }; dconf = { enable = true;