diff options
Diffstat (limited to '')
-rw-r--r-- | modules/darwin/common/shell.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/darwin/common/shell.nix b/modules/darwin/common/shell.nix new file mode 100644 index 0000000..5985f50 --- /dev/null +++ b/modules/darwin/common/shell.nix @@ -0,0 +1,3 @@ +{pkgs, ...}: { + environment.shells = with pkgs; [bashInteractive]; +} |