1 Repo
Boilerplate structures used to quickly set up reproducible operating system environments.
Distinct from System Configuration Templates: Specifically targets the initialization of a full NixOS system environment rather than single-file configuration templates
Explore 1 awesome GitHub repository matching operating systems & systems programming · System Initialization Templates. Refine with filters or upvote what's useful.
nix-starter-configs is a collection of boilerplate templates and project structures for initializing reproducible NixOS system configurations and declarative dotfile management. It provides a foundation for managing user-specific applications and settings through a modular Home Manager setup that remains independent of the global system root. The project utilizes a Nix Flake project structure to lock dependencies and ensure consistent builds across different machines. It includes a package overlay framework and a dedicated system for defining custom software derivations to modify existing pac
Provides comprehensive boilerplate templates for initializing a fully reproducible NixOS system and user environment.