MyNixOS website logo

Qtct configuration. Writes settings to qt6ct/qt6ct.conf file. Lists will be translated to comma-separated strings. Fonts must be quoted (see example).

Declarations
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\"";
  };
}