services.ananicy.extraRules

Rules to write in 'nixRules.rules'. See: https://github.com/Nefelim4ag/Ananicy#configuration https://gitlab.com/ananicy-cpp/ananicy-cpp/#global-configuration

Type
list of (attribute set)
Default
[ ]
Example
[
  {
    name = "eog";
    type = "Image-Viewer";
  }
  {
    name = "fdupes";
    type = "BG_CPUIO";
  }
]
Declared
<nixpkgs/nixos/modules/services/misc/ananicy.nix>