From dedff3809b3d0bca1ad309cfb6e7648b029485f4 Mon Sep 17 00:00:00 2001 From: Julian T Date: Sun, 28 Mar 2021 00:24:28 +0100 Subject: Move more things from core to desktop, and add iso file --- iso.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 iso.nix (limited to 'iso.nix') diff --git a/iso.nix b/iso.nix new file mode 100644 index 0000000..0396651 --- /dev/null +++ b/iso.nix @@ -0,0 +1,17 @@ +# 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 + ]; +} -- cgit v1.2.3