mirror of
https://github.com/mipmip/home-manager-option-search.git
synced 2024-11-21 14:46:54 +03:00
home manager option search interface
.github | ||
scripts | ||
static | ||
themes | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG.md | ||
config.yaml | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md |
Home Manager Options Search
Home Manager Options Search has moved
The new location is HOME-MANAGER-OPTIONS.EXTRANIX.COM
Please update your bookmarks
Find home manager options quickly.
Maintainers Notes
After a new NixOS and Home Manager release, update the release info in the Hugo config:
Edit config.yml
, and update the following...
params:
release_current_stable: release-24.05
releases:
- name: unstable
value: master
- name: 24.05 (stable)
value: release-24.05
- name: 23.11
value: release-23.11
- name: 23.05
value: release-23.05
- name: 22.11
value: release-22.11
This file is used by ./scripts/build_and_parse_hm_options.rb and by Hugo when generating a new website version.
Contribute
- Please use the issue tracker or fork this site for PR's
Credits
- Powered by the Nix Community
- JS Search, efficient, client-side search library for JavaScript and JSON objects
- Header inspired by the DocDock Hugo Theme.