Hello, everyone, I don’t quite understand qt theming with Home Manager I have configuration which should affect both qt5 and qt6, but when I did home manager switch nothing happened, so qt5/qt6 Settings apps were set to follow fusion, not kvantum as stated in configuration. I use Hyprland, QT_QPA_PLATFORMTHEME set to qt5ct
. Thank u for help.
qt = {
enable = true;
platformTheme.name = "qtct";
style.name = "kvantum";
};
xdg.configFile = {
"Kvantum/kvantum.kvconfig".text = ''
[General]
theme=GraphiteNordDark
'';
"Kvantum/GraphiteNord".source = "${pkgs.graphite-kde-theme}/share/Kvantum/GraphiteNord";
};