1
0
Files
nix-shared/system/macos/environment.nix

6 lines
114 B
Nix
Raw Normal View History

2025-09-21 09:19:07 -07:00
{ pkgs, ... }:
{
# Manage /etc/shells and place add nix version of bash
environment.shells = [ pkgs.bash ];
}