nixfiles/darwin/base/shell.nix

5 lines
50 B
Nix

_: {
programs.zsh = {
enable = true;
};
}