nixfiles/nixos/common/shell.nix

6 lines
79 B
Nix

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