nixfiles/nixos/profiles/graphical/qt.nix
2025-02-16 00:14:29 -08:00

7 lines
92 B
Nix

_: {
qt = {
enable = true;
platformTheme = "qt5ct";
style = "kvantum";
};
}