{ flake.modules.homeManager.bash = { pkgs, ... }: { programs.bash = { enable = true; enableCompletion = true; package = pkgs.bash; }; }; }