From e4821b3a02af3ce26d3c0fff206793720d35ac12 Mon Sep 17 00:00:00 2001 From: prescientmoon Date: Sat, 24 Feb 2024 04:41:54 +0100 Subject: [PATCH] Revert to icons for intray and smos in homer --- hosts/nixos/lapetus/services/homer.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/nixos/lapetus/services/homer.nix b/hosts/nixos/lapetus/services/homer.nix index 6036b2a..5ac2382 100644 --- a/hosts/nixos/lapetus/services/homer.nix +++ b/hosts/nixos/lapetus/services/homer.nix @@ -66,13 +66,13 @@ in { name = "Intray"; subtitle = "GTD capture tool"; - logo = icon "intray.svg"; + icon = fa "cubes-stacked"; url = "https://intray.moonythm.dev"; } { name = "Smos"; subtitle = "A comprehensive self-management system."; - logo = icon "smos.svg"; + icon = fa "list"; url = "https://smos.moonythm.dev"; } {