MyNixOS website logo

Extra configuration lines to append to the picom configuration file.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  animations = (
    {
    	triggers = [ "open", "show" ];
    	preset = "slide-in";
    	direction = "up";
      duration = 0.2;
    }
  )
''