diff --git a/configurations/nos/modules/homepage/default.nix b/configurations/nos/modules/homepage/default.nix index 802d025e..2b4cfb67 100644 --- a/configurations/nos/modules/homepage/default.nix +++ b/configurations/nos/modules/homepage/default.nix @@ -86,9 +86,9 @@ }; } { - gitea = { + forgejo = { href = "https://git.nelim.org"; - icon = "gitea.png"; + icon = "forgejo.png"; description = "git"; }; } @@ -220,13 +220,6 @@ description = "rss client"; }; } - { - docker-hub-rss = { - href = "https://drss.nelim.org"; - icon = "freshrss.png"; - description = "dockerhub feed maker"; - }; - } { rss-bridge = { href = "https://bridge.nelim.org"; @@ -282,6 +275,16 @@ }; }; } + { + modded = { + icon = "minecraft.png"; + description = "minecwaf"; + widget = { + type = "minecraft"; + url = "udp://mc2.nelim.org"; + }; + }; + } ]; } ];