qt: enable qt and set platformTheme to qt5ct

This commit is contained in:
Bloxx12 2025-07-19 00:37:23 +02:00
commit d3d266bf9b
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -34,7 +34,10 @@ in {
}; };
}; };
config = config = mkIf cfg.enable {
mkIf cfg.enable { qt = {
enable = true;
platformTheme = "qt5ct";
};
}; };
} }