Update homer dashboard a bit
This commit is contained in:
parent
5d615e8a4d
commit
01e4112668
|
@ -113,7 +113,12 @@
|
||||||
"${config.xdg.configHome}/Signal" # Why tf does signal store it's state here 💀
|
"${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 = [
|
satellite.persistence.at.state.apps.whatsapp.directories = [
|
||||||
"${config.xdg.configHome}/whatsapp-for-linux"
|
"${config.xdg.configHome}/whatsapp-for-linux"
|
||||||
"${config.xdg.stateHome}/whatsapp-for-linux"
|
"${config.xdg.stateHome}/whatsapp-for-linux"
|
||||||
|
|
|
@ -63,14 +63,6 @@ in
|
||||||
logo = icon "guacamole.png";
|
logo = icon "guacamole.png";
|
||||||
url = "https://guacamole.moonythm.dev";
|
url = "https://guacamole.moonythm.dev";
|
||||||
}
|
}
|
||||||
];
|
|
||||||
}
|
|
||||||
# }}}
|
|
||||||
# {{{ External
|
|
||||||
{
|
|
||||||
name = "External";
|
|
||||||
icon = fa "arrow-up-right-from-square";
|
|
||||||
items = [
|
|
||||||
{
|
{
|
||||||
name = "Tailscale";
|
name = "Tailscale";
|
||||||
subtitle = "Access this homelab from anywhere";
|
subtitle = "Access this homelab from anywhere";
|
||||||
|
@ -80,8 +72,8 @@ in
|
||||||
{
|
{
|
||||||
name = "Dotfiles";
|
name = "Dotfiles";
|
||||||
subtitle = "Configuration for all my machines";
|
subtitle = "Configuration for all my machines";
|
||||||
logo = icon "github.png";
|
logo = icon "forgejo.svg";
|
||||||
url = "https://github.com/prescientmoon/everything-nix";
|
url = "https://git.moonythm.dev/prescientmoon/satellite";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Cloudflare";
|
name = "Cloudflare";
|
||||||
|
|
Loading…
Reference in a new issue