{ ... }:

{
  programs = {
    carapace.enable = true;
    bash.enable = true;
  };

  nmt.script = ''
    assertFileExists home-files/.bashrc
    assertFileRegex home-files/.bashrc \
      'source <(/nix/store/.*carapace.*/bin/carapace _carapace bash)'
  '';
}