mattmc3 / antidote

https://getantidote.github.io - the cure to slow zsh plugin management
MIT License
904 stars 21 forks source link

Nix package? #130

Closed mcdent closed 1 year ago

mcdent commented 1 year ago

Hey, I wonder if its possible for anybody to build a nix package of Antidote? I was able to use a nix package of Antibody but I noticed it is no longer maintained. Also the package of Antibody is marked as failed on MacOS/Darwin. Not sure I am skilled enough to carry this out myself! Thanks.

hitsmaxft commented 1 year ago

antidote is available in nixpkgs.antidote

you may need the home-manager to manager configuration

programs.zsh.antidote.enable=true;

or

add this to your nix script that build .zshrc

source ${pkg.antidote}/share/antidote/antidote.zsh 
mattmc3 commented 1 year ago

Merged this PR. Thanks @hitsmaxft.