nixos-config/profiles/programs/qt.nix

7 lines
85 B
Nix

{
qt = {
enable = true;
platformTheme = "gtk2";
style = "gtk2";
};
}