qt.qt6ctSettings

Qtct configuration. Writes settings to qt6ct/qt6ct.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
{
  Appearance = {
    style = "kvantum";
    icon_theme = "Papirus-Dark";
    standar_dialogs = "xdgdesktopportal";
  };
  Fonts = {
    fixed = "\"DejaVuSansM Nerd Font Mono,12\"";
    general = "\"DejaVu Sans,12\"";
  };
}
Declared
<home-manager/modules/misc/qt.nix>