{ pkgs, ... }: { imports = [ ./fish ./starship ./scripting ]; home.packages = with pkgs; [ asciinema navi shellclear watchexec zoxide shellcheck termius dash mosh killall ]; }