This directory contains flake templates for the three supported installation methods of autofirma-nix.
- nixos-module - System-wide installation for NixOS
- home-manager-nixos - Per-user installation with Home Manager as a NixOS module
- home-manager-standalone - Per-user installation with standalone Home Manager
Each template can be used by running:
nix flake new --template github:nix-community/autofirma-nix#template-name ./destination-directory
For example:
nix flake new --template github:nix-community/autofirma-nix#nixos-module ./my-autofirma-system