From 40b45b7fb2d725ac8524fdfd0aca94724fd432d1 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 2 May 2025 20:49:25 -0500 Subject: [PATCH] feat: removed hardinfo --- modules/home/cli/utilities/hardInfo/default.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 modules/home/cli/utilities/hardInfo/default.nix diff --git a/modules/home/cli/utilities/hardInfo/default.nix b/modules/home/cli/utilities/hardInfo/default.nix deleted file mode 100755 index 4161eb7..0000000 --- a/modules/home/cli/utilities/hardInfo/default.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - pkgs, - ... -}: -{ - home.packages = builtins.attrValues { - inherit (pkgs) - hardinfo - ; - }; -}