1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00
nix.dev/source/recommended-reading.md

23 lines
864 B
Markdown
Raw Normal View History

2021-12-10 06:20:29 -05:00
# Recommended reading
## Nix language tutorials
- [Learn Nix in Y minutes](https://learnxinyminutes.com/docs/nix/)
- [Nix by Example](https://medium.com/@MrJamesFisher/nix-by-example-a0063a1a4c55)
- [Nix lanuage one-pager reference](https://github.com/tazjin/nix-1p)
- [Video: Nix language overview](https://www.youtube.com/watch?v=eCapIx9heBw&list=PL-saUBvIJzOkjAw_vOac75v-x6EzNzZq-&index=5)
## [Manage your dot files with Home Manager](https://ghedam.at/24353/tutorial-getting-started-with-home-manager-for-nix)
## [Nix Pills](https://nixos.org/nixos/nix-pills/index.html)
To feel comfortable with Nix and Nixpkgs internals, read the pills.
## [Nix Shorts](https://github.com/justinwoo/nix-shorts)
A series of posts on basics of how packaging with Nix works.
## [awesome-nix](https://nix-community.github.io/awesome-nix/)
A collection of Nix resources.