MyNixOS website logo

Picom settings. Use this option to configure Picom settings not exposed in a NixOS option or to bypass one. For the available options see the CONFIGURATION FILES section at picom(1).

Declarations
Type
libconfig configuration. The format consists of an attributes
set (called a group) of settings. Each setting can be a scalar type
(boolean, integer, floating point number or string), a list of
scalars or a group itself
Default
{ }
Example
blur =
  { method = "gaussian";
    size = 10;
    deviation = 5.0;
  };