fix(wordpress): Include the selected theme

This commit is contained in:
Tom Hubrecht 2024-12-15 19:00:56 +01:00
parent 7d99a0d334
commit 659ddf39e5
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -39,6 +39,10 @@ in
};
"bda.ens.fr" = {
themes = {
inherit (wp4nix.themes) twentytwentythree;
};
plugins = {
inherit (wp4nix.plugins) user-role-editor;
};
@ -47,6 +51,10 @@ in
};
"cineclub.ens.fr" = {
themes = {
inherit (wp4nix.themes) twentytwentythree;
};
plugins = {
inherit (wp4nix.plugins) user-role-editor;
};