MyNixOS website logo
option

services.wordpress.sites.<name>.themes

Path(s) to respective theme(s) which are copied from the 'theme' directory.

These themes need to be packaged before use, see example.
Declarations
Type
(attribute set of path) or (list of path) convertible to it
Default
{ inherit (pkgs.wordpressPackages.themes) twentytwentythree; }
Example
{
  inherit (pkgs.wordpressPackages.themes) responsive-theme;
}