feat: removed hardinfo

This commit is contained in:
Nick 2025-05-02 20:49:25 -05:00
parent f5d0917b71
commit 40b45b7fb2

View file

@ -1,11 +0,0 @@
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
hardinfo
;
};
}