From faf323495e208291e6f5927859d0e60800782cea Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Thu, 31 Jul 2025 10:43:50 +1000 Subject: [PATCH] add nano-kvm to new utilities section of dashboard --- modules/nixos/features/homepage-dashboard.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/modules/nixos/features/homepage-dashboard.nix b/modules/nixos/features/homepage-dashboard.nix index 6ffd488..2962576 100644 --- a/modules/nixos/features/homepage-dashboard.nix +++ b/modules/nixos/features/homepage-dashboard.nix @@ -199,6 +199,17 @@ in } ]; } + { + "Utilities" = [ + { + "NanoKVM" = { + "description" = "Remote KVM switch"; + "icon" = "mdi-console.svg"; + "href" = "http://nano-kvm/"; + }; + } + ]; + } ]; settings = { title = "Mission Control"; @@ -226,6 +237,12 @@ in columns = 3; }; } + { + "Utilities" = { + style = "row"; + columns = 3; + }; + } ]; quicklaunch.searchDescriptions = true; disableUpdateCheck = true;