Files
nixos/modules-darwin/default.nix
T
2022-09-07 20:01:51 -05:00

11 lines
137 B
Nix

{ ... }:
{
system.stateVersion = 4;
programs = {
zsh.enable = true;
bash.enable = true;
};
services.nix-daemon.enable = true;
}