Skip to content

mkellyxp/nixbook-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nixbook Live Session and Installer ISO Builder

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

Requirements

have flakes and nix-command enabled

  1. Clone this repo
  2. cd into the folder

Instructions for creating the ISO

Run

nix build .#packages.x86_64-linux.iso

The 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-testing

Quickly testing the installer in a VM (in testing)

This method is much faster than creating an ISO because it can boot the VM without creating an ISO.

nix run .#packages.x86_64-linux.vm

or for testing branch of Nixbook

nix run .#packages.x86_64-linux.vm-testing

About

WIP: Ready to go installer for NixBook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages