services.picom.extraConfig

Extra configuration lines to append to the picom configuration file.

Type
strings concatenated with "\n"
Default
""
Example
''
  animations = (
    {
    	triggers = [ "open", "show" ];
    	preset = "slide-in";
    	direction = "up";
      duration = 0.2;
    }
  )
''
Declared
<home-manager/modules/services/picom.nix>