From 1e536baee600dfffa33682fb98fa967b80e65f26 Mon Sep 17 00:00:00 2001 From: kenji Date: Sat, 20 Jun 2026 11:33:30 -0500 Subject: [PATCH] remove(apps): hidapitester not sure what this is. removing for redundancy. --- modules/home/apps-optional.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/apps-optional.nix b/modules/home/apps-optional.nix index 73b9cd3..a9ac71d 100644 --- a/modules/home/apps-optional.nix +++ b/modules/home/apps-optional.nix @@ -16,6 +16,6 @@ home.packages = with pkgs; [ chromium imagemagick - hidapitester + # hidapitester ]; }