From 3bc03cc13e78230080857dbf82d7bcede9a1b70f Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Thu, 31 Jul 2025 10:44:51 +1000 Subject: [PATCH] fix typo in dashboard --- modules/nixos/features/homepage-dashboard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/features/homepage-dashboard.nix b/modules/nixos/features/homepage-dashboard.nix index 2962576..6d09203 100644 --- a/modules/nixos/features/homepage-dashboard.nix +++ b/modules/nixos/features/homepage-dashboard.nix @@ -177,7 +177,7 @@ in }; } { - "Ntfy" = { + "ntfy" = { "description" = "Notification service"; "icon" = "ntfy.png"; "href" = "https://ntfy-sh.fi33.buzz/";