fix(wordpress): Include the selected theme
This commit is contained in:
parent
7d99a0d334
commit
659ddf39e5
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue