{ mkShell, my-vim, }: mkShell { packages = [my-vim]; shellHook = '' PS1="\n\[\033[1;33m\][\[\e]0;\u@\h: \w\a\]\u@\h:\w]\$\[\033[0m\] " ''; }