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