mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-05 04:18:55 -05:00
update homepage
This commit is contained in:
parent
278d3b9aba
commit
2ef2a1d196
1 changed files with 13 additions and 5 deletions
|
|
@ -63,16 +63,16 @@ lib.mkIf config.user.overseer.enable {
|
|||
{
|
||||
Homebox = [
|
||||
{
|
||||
icon = "http://homebox.wanderingcrow.net/favicon.svg";
|
||||
href = "http://homebox.wanderingcrow.net";
|
||||
icon = "https://homebox.wanderingcrow.net/favicon.svg";
|
||||
href = "https://homebox.wanderingcrow.net";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
Bar = [
|
||||
{
|
||||
icon = "http://bar.wanderingcrow.net/favicon.svg";
|
||||
href = "http://bar.wanderingcrow.net";
|
||||
icon = "https://bar.wanderingcrow.net/favicon.svg";
|
||||
href = "https://bar.wanderingcrow.net";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
@ -80,7 +80,15 @@ lib.mkIf config.user.overseer.enable {
|
|||
Bookstack = [
|
||||
{
|
||||
icon = "bookstack.svg";
|
||||
href = "http://bookstack.wanderingcrow.net";
|
||||
href = "https://bookstack.wanderingcrow.net";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
Grocy = [
|
||||
{
|
||||
icon = "grocy.svg";
|
||||
href = "https://grocy.wanderingcrow.net";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue