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; }; } {