mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-04-17 15:58:29 +02:00
This makes it possible to build a custom NixOS installer iso with the tools I want. Ideally I get to a point where I can use the iso like a live cd with Hyprland and/or dwm installed with everything already configured. Build the iso with the following command: ``` nix build .#nixosConfigurations.iso.config.system.build.isoImage ``` Then, use qemu to test the iso: ``` qemu-system-x86_64 -enable-kvm -m 256 -cdrom ./result/iso/nixos-* ``` |
||
---|---|---|
.. | ||
iso | ||
laptop | ||
phone |