{ pkgs, ... }: { environment.systemPackages = with pkgs; [ # System monitors / fetch tools (btop.override { cudaSupport = true; }) duf fastfetch ghfetch hyfetch ]; }