Yann's nix library, packages, utilities, etc.
Find a file
2026-02-24 17:38:06 +01:00
homeModules 📥 Auto-import {nixos,home}Modules from tree, not manually 2025-12-09 23:11:13 +01:00
lib Improve deploy script 2025-12-23 13:14:03 +01:00
nixosModules 🗣️🖼️: Add services.mattermost.uploadMediaTo.immich 2026-02-23 18:04:40 +01:00
packages ⬆️ forgejo-aneksajo: 14.0.1-git-annex0 → 14.0.2-git-annex0 2026-02-24 17:38:06 +01:00
flake.lock 🚀 Empty flake 2025-12-09 13:21:02 +01:00
flake.nix 📝 Generate options doc 2026-02-23 18:16:50 +01:00
LICENSE Add LICENSE 2025-12-10 07:32:02 +00:00
OPTIONS.md 📝 Generate options doc 2026-02-23 18:16:50 +01:00
README.md 📝 Generate options doc 2026-02-23 18:16:50 +01:00

❄️ 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)