1
Fork 0

Update homer dashboard a bit

This commit is contained in:
prescientmoon 2024-11-09 13:00:42 +01:00
parent 5d615e8a4d
commit 01e4112668
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U
2 changed files with 8 additions and 11 deletions

View file

@ -113,7 +113,12 @@
"${config.xdg.configHome}/Signal" # Why tf does signal store it's state here 💀
];
# }}}
# {{{ What's app
# {{{ Freetube
satellite.persistence.at.state.apps.freetube.directories = [
"${config.xdg.configHome}/FreeTube" # Why tf does freetube store it's state here 💀
];
# }}}
# {{{ Whats app
satellite.persistence.at.state.apps.whatsapp.directories = [
"${config.xdg.configHome}/whatsapp-for-linux"
"${config.xdg.stateHome}/whatsapp-for-linux"

View file

@ -63,14 +63,6 @@ in
logo = icon "guacamole.png";
url = "https://guacamole.moonythm.dev";
}
];
}
# }}}
# {{{ External
{
name = "External";
icon = fa "arrow-up-right-from-square";
items = [
{
name = "Tailscale";
subtitle = "Access this homelab from anywhere";
@ -80,8 +72,8 @@ in
{
name = "Dotfiles";
subtitle = "Configuration for all my machines";
logo = icon "github.png";
url = "https://github.com/prescientmoon/everything-nix";
logo = icon "forgejo.svg";
url = "https://git.moonythm.dev/prescientmoon/satellite";
}
{
name = "Cloudflare";