feat(wordpress): Add theme for bds

This commit is contained in:
Tom Hubrecht 2024-01-22 12:46:40 +01:00
parent 5cbbdf2a08
commit 6b7ed1de5f

View file

@ -19,6 +19,7 @@ in {
"bds.wp.dgnum.eu" = { "bds.wp.dgnum.eu" = {
plugins = { inherit (wp4nix.plugins) user-role-editor; }; plugins = { inherit (wp4nix.plugins) user-role-editor; };
languages = [ pkgs.wordpressPackages.languages.fr_FR ]; languages = [ pkgs.wordpressPackages.languages.fr_FR ];
themes = { inherit (wp4nix.themes) gateway twentytwentythree; };
}; };
"bda.wp.dgnum.eu" = { "bda.wp.dgnum.eu" = {