From 8ab2740c3f8b9a324ecfac7f5d6d4ecc4c516f90 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:06:40 +1100 Subject: [PATCH] feat(homepage-dashboard): add link to qui --- 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 c52cdf0..ea29999 100644 --- a/modules/nixos/features/homepage-dashboard.nix +++ b/modules/nixos/features/homepage-dashboard.nix @@ -137,6 +137,13 @@ in }; }; } + { + "qui" = { + "description" = "qBittorrent front end"; + "icon" = "qui.svg"; + "href" = "https://qui.fi33.buzz/"; + }; + } { "qBittorrent" = { "description" = "BitTorrent client"; @@ -315,7 +322,7 @@ in { "Media Management" = { style = "row"; - columns = 4; + columns = 3; useEqualHeights = true; }; }