{ pkgs, ... }: { home.packages = with pkgs; [ # Command line utilities wget neofetch killall htop trash-cli # aliased to rm in .bashrc unzip pipes wine pandoc texlive.combined.scheme-full ]; }