Files
nixos/profiles/darwin/default.nix
T
2022-09-06 11:41:09 -05:00

11 lines
128 B
Nix

{ ... }:
{
imports = [
../shared
];
system.stateVersion = 4;
programs.zsh.enable = true;
programs.bash.enable = true;
}