{ ... }: { programs.bash = { enable = true; enableCompletion = true; initExtra = '' export PATH="$HOME/.local/bin:$PATH" ''; }; }