nixfiles/nixos/profiles/graphical/qt.nix
2025-02-18 16:11:04 -08:00

7 lines
94 B
Nix

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