Include instructions for installing with home manager #117
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a section to the installation instructions for installing the current version of
wd
with home manager. Tested this with my own setup and it seems to be working well!Notes
The
rev
andsha256
fields are tied to a specific release tag and might need updating with new releases. Or it could just be reference for the format. Using the latest tag with an incorrect hash will error with the correct hash displayed, so it's not too bad to figure out the new hash.But a more formal approach might use `nix-prefetch` to find the actual hash for the version.
If this section is wanted in the
README.md
I'm happy to also add documentation for bumping these values elsewhere!Reference
zsh
options is listed herenix-prefetch
can be found here