nixos-config/system/desktop/qt.nix
2024-09-23 11:41:28 -04:00

7 lines
85 B
Nix

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