Set stylix qt.platform back to "kde" as "qtct" broke plasma.

This commit is contained in:
2025-12-11 16:40:15 +01:00
parent 7b51a603c4
commit af99945a42

View File

@ -16,7 +16,7 @@
# profileNames = [ "${username}" ]; # profileNames = [ "${username}" ];
#}; #};
qt.enable = true; qt.enable = true;
qt.platform = "qtct"; qt.platform = "kde";
#kde.enable = false; #kde.enable = false;
zen-browser.profileNames = [ "${username}" ]; zen-browser.profileNames = [ "${username}" ];
}; };