services.picom.settings
Home-Manager 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: <home-manager/modules/services/picom.nix>source unavailableblur = { method = "gaussian"; size = 10; deviation = 5.0; };