qt.platformTheme

NixOS option

Selects the platform theme to use for Qt applications. The options are gnome: Use GNOME theme with qgnomeplatform gtk2: Use GTK theme with qtstyleplugins kde: Use Qt settings from Plasma. lxqt: Use LXQt style set using the lxqt-config-appearance application. qt5ct: Use Qt style set using the qt5ct and qt6ct applications.

type: null or one of "gnome", "gtk2", "kde", "lxqt", "qt5ct"
Default
null
Example
"gnome"
declared in: nixos/modules/config/qt.nixView source on NixOS/nixpkgs →