services.ananicy.extraRules

NixOS option

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 in: nixos/modules/services/misc/ananicy.nixView source on NixOS/nixpkgs →