feat: added a system monitor tool

This commit is contained in:
Nick 2025-02-07 16:00:58 -06:00
parent d51f0ebc96
commit ddfcd90c27

View file

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