Skip to content

Commit

Permalink
fix(planet/hm/qt): use gtk3 platform theme
Browse files Browse the repository at this point in the history
Used to be `gtk`, which seems to be GTK 2. Since the `catppuccin-gtk`
package does not work with GTK 2 any more, Qt programs were not themed
correctly.
  • Loading branch information
dixslyf committed Jul 4, 2024
1 parent 1201987 commit d2347c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planet/modules/home-manager/qt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
mkIf cfg.enable {
qt = {
enable = true;
platformTheme.name = "gtk";
platformTheme.name = "gtk3";
};
};
}

0 comments on commit d2347c5

Please sign in to comment.