{ pkgs, ... }: { imports = [ ./bottom.nix ./fastfetch.nix ./glances.nix ./gtk.nix ]; programs = { btop.enable = true; pywal.enable = true; }; home.packages = with pkgs; [ cpufetch iotop nvtopPackages.nvidia htop-vim iftop neofetch microfetch pfetch-rs ipfetch hayabusa ]; }