nix-darwin icon indicating copy to clipboard operation
nix-darwin copied to clipboard

Is the big difference in config for zsh module from the one for NixOS on purpose?

Open dstcruz opened this issue 3 years ago • 4 comments

The configuration options found in nix-darwin/modules/programs/zsh/default.nix are quite different than the ones found in NixOS zsh config. Is this intentional? I was trying to add zsh options when I noticed this.

dstcruz avatar Dec 24 '21 16:12 dstcruz

It was the same at some point, but things got out of sync over time.

LnL7 avatar Jan 02 '22 11:01 LnL7

What would be a good way to bring it back in sync? I would imagine that just copying the current one is NixOS would break a lot of people's configs. I'm happy to create a patch given a little direction on how to go about doing this in a way that is not harmful to current configs.

dstcruz avatar Jan 03 '22 02:01 dstcruz

@dstcruz, I'm excited for more modules to be brought back in sync. If you are still interested in doing this, maybe having a look at what I did to get the nix module synced up (#490) would be helpful.

malob avatar Aug 24 '22 01:08 malob

Any news on this? I ran into the exact same issue, getting errors when I used some Oh My Zsh options that exist in the nixos zsh config, but not nix-darwin's version.

KingMob avatar Apr 14 '24 09:04 KingMob