nixfiles/config/profiles/darwin/shell.nix

5 lines
64 B
Nix

{ config, ... }: {
programs.zsh = {
enable = true;
};
}