macos/system: add shells
This commit is contained in:
5
system/macos/environment.nix
Normal file
5
system/macos/environment.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Manage /etc/shells and place add nix version of bash
|
||||
environment.shells = [ pkgs.bash ];
|
||||
}
|
||||
Reference in New Issue
Block a user