docs: update README with module usage, add binary cache configuration to flake, and fix typo in vscode-insiders workflow
All checks were successful
CI / check (push) Successful in 5s
CI / list-packages (push) Successful in 2s
CI / build (default) (push) Successful in 4s
CI / build (helium) (push) Successful in 4s
CI / build (helium-sync) (push) Successful in 3s
CI / build (pjsk-cursor) (push) Successful in 3s
CI / build (vscode-insiders) (push) Successful in 5s
CI / build (waterfox-bin) (push) Successful in 4s
CI / build (xcursor-mizuki) (push) Successful in 3s

This commit is contained in:
암냥 2026-05-08 05:27:03 +09:00
commit f2b63501c1
No known key found for this signature in database
3 changed files with 62 additions and 2 deletions

View file

@ -41,5 +41,14 @@
default = pkgs.helium; # 예시로 하나를 기본값으로 지정
};
nixConfig = {
extra-substituters = [
"https://cache.mizuki.guru/public"
];
extra-trusted-public-keys = [
"cache.mizuki.guru:IgipakDD/clr0XbuaIejPYMT5UkTVGKVTxtWXcsbiAg="
];
};
};
}