MyNixOS website logo
option

qt.kvantum.settings.Applications

Application configuration settings for Kvantum.

Themes set here will override qt.kvantum.settings.General.theme for their specific applications.

Declarations
Type
attribute set of list of string
Default
{ }
Example
{
  KvArc = [
    "app1"
    "app2"
  ];
  KvFlat = [
    "app3"
  ];
}