1
0

macos/system: add shells

This commit is contained in:
2025-09-21 09:19:07 -07:00
parent 86e02b4e3b
commit 91a1aa83f7
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
# Manage /etc/shells and place add nix version of bash
environment.shells = [ pkgs.bash ];
}