qt.qt5ctSettings
Home-Manager option
Qtct configuration. Writes settings to qt5ct/qt5ct.conf file. Lists will be translated to comma-separated strings. Fonts must be quoted (see example).
type: null or (attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string) or a non-empty list of them))Default
null
Example
declared in: <home-manager/modules/misc/qt.nix>source unavailable{ Appearance = { style = "kvantum"; icon_theme = "Papirus-Dark"; standar_dialogs = "xdgdesktopportal"; }; Fonts = { fixed = "\"DejaVuSansM Nerd Font Mono,12\""; general = "\"DejaVu Sans,12\""; }; }