From 01e41126681c0a734e3eaa86aad55fef24a391e0 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Sat, 9 Nov 2024 13:00:42 +0100 Subject: [PATCH] Update homer dashboard a bit --- home/features/persistence.nix | 7 ++++++- hosts/nixos/lapetus/services/homer.nix | 12 ++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/home/features/persistence.nix b/home/features/persistence.nix index f31434a..5b606a3 100644 --- a/home/features/persistence.nix +++ b/home/features/persistence.nix @@ -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" diff --git a/hosts/nixos/lapetus/services/homer.nix b/hosts/nixos/lapetus/services/homer.nix index debeb85..f9f1968 100644 --- a/hosts/nixos/lapetus/services/homer.nix +++ b/hosts/nixos/lapetus/services/homer.nix @@ -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";