# This module defines a small NixOS installation CD. It does not # contain any graphical stuff. {config, pkgs, ...}: { imports = [ # Provide an initial copy of the NixOS channel so that the user # doesn't need to run "nix-channel --update" first. ./core.nix # Include extra stuff for specific pc etc. # ./pc_t14.nix ]; }