Skip to content

Advanced Topics

Once you have become familiar with NixOS, you can explore advanced topics and dive deeper into the Nix ecosystem. Here are some resources and community projects that can help you expand your knowledge:

Documentation

  • Nix Reference Manual: A comprehensive guide to the Nix package manager, covering its design and usage from the command line.
  • nixpkgs Manual: The manual for nixpkgs, which introduces its parameters, explains how to use, modify, and package Nix packages.
  • NixOS Manual: A user manual for NixOS, providing configuration instructions for system-level components such as Wayland/X11 and GPU.
  • nix-pills: "Nix Pills" is a series of guides that provide an in-depth explanation of building software packages with Nix. It offers clear and understandable explanations.
  • nixos-in-production: This is a work-in-progress book hosted on LeanPub about introducing and maintaining NixOS in a production environment.

Advanced Techniques and Community Projects

Once you are comfortable with Flakes, you can explore more advanced techniques and community projects. Here are some popular ones to try out:

  • flake-parts: Simplifies the writing and maintenance of configurations using the Module module system.
  • flake-utils-plus: A third-party package that enhances Flake configuration and provides additional powerful features.
  • digga: A comprehensive Flake template that combines functionality from various useful Nix toolkits. Note that it has a complex structure and may require some experience to navigate.

There are many other valuable community projects worth exploring. Here are a few examples:

  • nixpak: A tool to sandbox all sorts of Nix-packaged applications, including graphical ones.
  • nix-output-monitor: Beautifully displays the build progress of Nix packages, with additional information such as build time and build log.
  • agenix: A tool for secrets management.
  • colmena: Tools for NixOS deployment.
  • nixos-generators: A tool to generate ISO/qcow2/... from NixOS configurations.
  • lanzaboote: Enables secure boot for NixOS.
  • impermanence: Helps make NixOS stateless and improves system reproducibility.
  • devbox: Lightweight, repeatable dev environments without container woes, internally powered by nix, similar to earthly.
  • nixpacks: Nixpacks takes a source directory and produces an OCI compliant image that can be deployed anywhere, similar to buildpacks.
  • ...

These projects offer additional functionality and tools that can enhance your NixOS experience.

For more information, see the awesome-nix.

Released under the MIT License.