mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:36:34 +01:00
add plugins
This commit is contained in:
parent
7362c044a6
commit
f9070a1a50
1 changed files with 9 additions and 0 deletions
|
@ -100,6 +100,15 @@
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
themes = [
|
||||||
|
madara
|
||||||
|
madara-child
|
||||||
|
];
|
||||||
|
plugins = [
|
||||||
|
madara-core
|
||||||
|
madara-shortcodes
|
||||||
|
option-tree-lean
|
||||||
|
];
|
||||||
settings = {
|
settings = {
|
||||||
FORCE_SSL_ADMIN = true;
|
FORCE_SSL_ADMIN = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue