system/modules/qt.nix

9 lines
99 B
Nix
Raw Normal View History

2024-11-01 12:04:24 -04:00
{ ... }:
{
qt = {
enable = true;
style = "kvantum";
# platformTheme = "qt5ct";
};
}