add bookstack to homepage

This commit is contained in:
TheWanderingCrow 2025-01-26 08:11:10 -05:00
parent 8eafbfbe64
commit a51a46ab31

View file

@ -74,6 +74,14 @@ lib.mkIf config.user.overseer.enable {
}
];
}
{
Bookstack = [
{
icon = "bookstack.svg";
href = "http://bookstack.wanderingcrow.net";
}
];
}
];
}
{