Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://mipmip.github.io/home-manager-option-search/
Home Manager Option Search
https://mipmip.github.io/home-manager-option-search/
dotfiles home-manager nix nixos
Last synced: 3 months ago
JSON representation
Home Manager Option Search
- Host: GitHub
- URL: https://mipmip.github.io/home-manager-option-search/
- Owner: mipmip
- License: apache-2.0
- Created: 2022-01-04T22:27:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T04:21:44.000Z (7 months ago)
- Last Synced: 2024-04-14T01:06:41.717Z (7 months ago)
- Topics: dotfiles, home-manager, nix, nixos
- Language: CSS
- Homepage: https://home-manager-options.extranix.com/
- Size: 12.2 MB
- Stars: 189
- Watchers: 1
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-nix - Home Manager Option Search - Search through all 2000+ Home Manager options and read how to use them. (Resources / Discovery)
README
# 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](https://github.com/nix-community/home-manager) options quickly.
![](static/images/homemanageroptionsearch.gif)
## 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...
```yaml
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](https://nix-community.org/)
- [JS Search](https://github.com/bvaughn/js-search), efficient, client-side search library for JavaScript and JSON objects
- Header inspired by the [DocDock](https://docdock.vjeantet.fr/) Hugo Theme.