mirror of
https://gitlab.com/nobodyinperson/yannix.git
synced 2026-03-07 00:44:41 +00:00
Yann's nix library, packages, utilities, etc.
| homeModules | ||
| lib | ||
| nixosModules | ||
| packages | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| OPTIONS.md | ||
| README.md | ||
❄️ Yann's NixOS resources
This is my collection of sharable nix/NixOS resources.
I'm in the process of separating sharable things out of https://gitlab.com/nobodyinperson/nixconfig into this repository.
📝 NixOS module Documentation
See OPTIONS.md, or auto-generate it yourself:
# This will build and open a single-page HTML document
xdg-open $(nix build --refresh gitlab:nobodyinperson/yannix#resources.optionsDoc --no-link --print-out-paths)
# or from a local clone
xdg-open $(nix build .#resources.optionsDoc --no-link --print-out-paths)