dotfiles/modules/home/gui/apps/tools/systemMonitor/default.nix
2025-02-07 16:00:58 -06:00

11 lines
122 B
Nix
Executable file

{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
gnome-system-monitor
;
};
}