feat: added radeontop

This commit is contained in:
Nick 2025-05-03 14:47:52 -05:00
parent 2549cf9dee
commit 897c5d24d2

View file

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