summaryrefslogtreecommitdiff
path: root/modules/darwin/common/shell.nix
blob: 5985f50dd24a61793e0b975e4c916f7c49bbfe34 (plain)
1
2
3
{pkgs, ...}: {
  environment.shells = with pkgs; [bashInteractive];
}