macos/system: add shells
This commit is contained in:
@@ -27,8 +27,9 @@
|
||||
|
||||
nixosModules.macos = { ... }: {
|
||||
imports = [
|
||||
./system/macos/system.nix
|
||||
./system/macos/environment.nix
|
||||
./system/macos/fonts.nix
|
||||
./system/macos/system.nix
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
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