Skip to content

kothavade/hm-search

Repository files navigation

Home Manager Search

Search for options and modules defined in the Nix tool Home Manager.

Live at hm-search.kothavade.com!

Features

  • Search for any module within Home Manager
  • View metadata, including examples and links to source definitions
  • Built by scraping the Home Manager Appendix
  • Updated daily, thanks to GitHub Actions
  • Inspired by home-manager-option-search <3
    • Entirely original code, but derived my TypeScript scraping script from this project's Ruby script

Tech

Run

# optional: install bun, if you haven't already
curl -fsSL https://bun.sh/install | bash
bun install
bun run dev