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 - ; - }; -}