home manager option search interface
Go to file
2024-11-18 18:03:03 +01:00
.github checkout submodules in CI 2024-11-18 18:03:03 +01:00
scripts improve build script 2024-07-31 16:20:58 +02:00
static latest options 2024-07-31 16:14:52 +02:00
themes use the theme as submodule 2024-11-18 18:01:51 +01:00
.gitignore make stuff configurable 2024-04-26 19:46:13 +02:00
.gitmodules use the theme as submodule 2024-11-18 18:01:51 +01:00
CHANGELOG.md update docs and changelog 2024-07-31 16:37:35 +02:00
config.yaml improve build script 2024-07-31 16:20:58 +02:00
flake.lock Add nix flake 2024-08-19 09:59:32 +02:00
flake.nix Add nix flake 2024-08-19 09:59:32 +02:00
LICENSE Create LICENSE 2022-01-05 19:03:33 +01:00
README.md update docs and changelog 2024-07-31 16:37:35 +02:00

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.