about summary refs log tree commit diff
path: root/modules/darwin/common/shell.nix
blob: 5985f50dd24a61793e0b975e4c916f7c49bbfe34 (plain) (blame)
1
2
3
{pkgs, ...}: {
  environment.shells = with pkgs; [bashInteractive];
}

Consider giving Nix/NixOS a try! <3