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