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