7 lines
91 B
Nix
7 lines
91 B
Nix
{...}: {
|
|
qt = {
|
|
# platformTheme.name = lib.mkForce "gtk3";
|
|
enable = true;
|
|
};
|
|
}
|