A tutorial series on home-manager,
- Setting it up using https://github.com/juspay/nix-dev-home
- Basics (packages, dotfiles)
- Services (macOS and Ubuntu)
A tutorial series on home-manager,
[!tip] Pinning nixpkgs To avoid the aforementioned automatic update, you can manually pin the registry entry for nixpkgs. In home-manager, we will see an automatic and declarative way of doing this (through flake inputs).
[!warning] Declarative package management This section explains how to install a package imperatively. For a better way of installing packages (declaratively), see home-manager.