This installer is very similar to the official NixOS installer which uses the Calamares installer with the GNOME or Plasma desktop environment, with the following features:
- Has the same desktop environment (Cinnamon) and preinstalled apps as Nixbook
- Automatically installs Nixbook instead of a generic NixOS installation
- Gives you the option between installing Nixbook and Nixbook Lite
have flakes and nix-command enabled
- Clone this repo
- cd into the folder
Run
nix build .#packages.x86_64-linux.isoThe ISO file will be in /result/iso/. Its size will be ~3.4 GB.
or for the testing branch of Nixbook Run
nix build .#packages.x86_64-linux.iso-testingThis method is much faster than creating an ISO because it can boot the VM without creating an ISO.
nix run .#packages.x86_64-linux.vmor for testing branch of Nixbook
nix run .#packages.x86_64-linux.vm-testing