{ config, ... }: { programs.bash = { enable = true; enableCompletion = true; historyFile = "${config.xdg.stateHome}/bash/history"; }; }