/ modules / home / programs / bash.nix
bash.nix
1  {
2    programs.bash = {
3      enable = true;
4      initExtra = ''
5        # Custom bash profile goes here
6      '';
7    };
8  }