From 1ea3c72321a83143591bd4e9989da94798c2d71b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 22 Jun 2025 01:25:32 +0530 Subject: Add immish dashboard link + refactor stuff --- modules/dashboard/links.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'modules/dashboard') diff --git a/modules/dashboard/links.nix b/modules/dashboard/links.nix index 1ccded8..4ac0337 100644 --- a/modules/dashboard/links.nix +++ b/modules/dashboard/links.nix @@ -10,6 +10,13 @@ in [ altUrl = "http://${host}:${toString ports.jellyfin}"; color = "#AA5CC3"; } + { + title = "Immich"; + key = "i"; + url = "http://photos.local"; + altUrl = "http://${host}:${toString ports.immich}"; + color = "#fa2921"; + } { title = "Jellyseer"; key = "l"; @@ -64,13 +71,6 @@ in [ key = "f"; url = "http://send.local"; altUrl = "http://${host}:${toString ports.send}"; - color = "#AA5CC3"; - } - { - title = "Immich"; - key = "i"; - url = "http://photos.local"; - altUrl = "http://${host}:${toString ports.immich}"; - color = "#fa2921"; + color = "#0a84ff"; } ] -- cgit v1.3.1