services.ananicy.extraTypes
NixOS option
Types to write in ‘nixTypes.types’. See: https://gitlab.com/ananicy-cpp/ananicy-cpp/#types
type: list of (attribute set)Default
[ ]
Example
declared in: nixos/modules/services/misc/ananicy.nixView source on NixOS/nixpkgs →[
{
nice = 19;
other_parameter = "value";
type = "my_type";
}
{
ioclass = "idle";
nice = 19;
sched = "batch";
type = "compiler";
}
]