system/modules/qt.nix
2024-11-01 09:04:24 -07:00

9 lines
99 B
Nix

{ ... }:
{
qt = {
enable = true;
style = "kvantum";
# platformTheme = "qt5ct";
};
}