From 500c704cf4cec0b5ff5753caaac9bf2f16a43de8 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Thu, 15 Jan 2026 00:30:14 +1100 Subject: [PATCH] feat(homepage-dashboard): add firefly --- modules/nixos/features/homepage-dashboard.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/nixos/features/homepage-dashboard.nix b/modules/nixos/features/homepage-dashboard.nix index ea29999..aded82a 100644 --- a/modules/nixos/features/homepage-dashboard.nix +++ b/modules/nixos/features/homepage-dashboard.nix @@ -258,6 +258,13 @@ in "href" = "https://couchdb.fi33.buzz/_utils/"; }; } + { + "Firefly" = { + "description" = "Budget Planner"; + "icon" = "firefly-iii.svg"; + "href" = "https://firefly.fi33.buzz/"; + }; + } { "ntfy" = { "description" = "Notification service"; @@ -316,7 +323,7 @@ in { "Services" = { style = "row"; - columns = 3; + columns = 4; }; } {