Files
nixos/modules-darwin/default.nix
T

11 lines
137 B
Nix
Raw Normal View History

2022-09-07 20:01:51 -05:00
{ ... }:
{
system.stateVersion = 4;
programs = {
zsh.enable = true;
bash.enable = true;
};
services.nix-daemon.enable = true;
}