{ pkgs ,... }: { qt = { enable = true; platformTheme = { # Re use existing gtk theme name = "gtk"; }; }; }