9 lines
99 B
Nix
9 lines
99 B
Nix
|
|
{ ... }:
|
||
|
|
{
|
||
|
|
qt = {
|
||
|
|
enable = true;
|
||
|
|
style = "kvantum";
|
||
|
|
# platformTheme = "qt5ct";
|
||
|
|
};
|
||
|
|
}
|