References
Learning Lua
- Programming in Lua - The official guide by Lua’s creators.
- Learn Lua - A concise tutorial covering Lua basics.
- Lua Reference Manual - Detailed technical documentation for Lua 5.4.
- Awesome Lua - A curated list of Lua resources, libraries, and tools.
Configuring Neovim with Lua
- Neovim Lua Guide - A beginner-friendly guide to using Lua in Neovim.
- Neovim Documentation - Official documentation with Lua API references.
- Awesome Neovim - A collection of Lua plugins and configurations for Neovim.
Nix
- NixOS and Flakes Book - A practical guide to using flakes effectively.
- Nix Flakes Overview - Introduction to Nix flakes, their features, and usage.
- Official RFC 0049: Flakes - The proposal that introduced flakes to Nix.
flake-parts
- flake-parts - Official website with guides and documentation.
- flake-parts GitHub Repository - The official repo with documentation and examples.
- Using flake-parts - Community discussion and tutorials on leveraging flake-parts for modular configurations.