services.picom.settings
NixOS option
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).
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 itselfDefault
{ }Example
declared in: nixos/modules/services/x11/picom.nixView source on NixOS/nixpkgs →blur =
{ method = "gaussian";
size = 10;
deviation = 5.0;
};