WordPress: Difference between revisions
imported>Onny Add additional known issue for missing translation files in wordpressPackages |
imported>Onny Remove deprecation note |
||
| Line 55: | Line 55: | ||
<syntaxHighlight lang="nix"> | <syntaxHighlight lang="nix"> | ||
services.wordpress.sites."localhost" = { | services.wordpress.sites."localhost" = { | ||
themes = { | themes = { | ||
inherit (pkgs.wordpressPackages.themes) | inherit (pkgs.wordpressPackages.themes) | ||
twentytwentythree; | |||
}; | }; | ||
plugins = { | plugins = { | ||