nixos-config/hosts/graphical-installer
Gabriel Arazas 051e7fb3c4
config: remove inputs extraArgs
It isn't exactly used much and also it is not really meant to be used in
that way even though it is still Nix data.
2023-11-07 08:21:48 +08:00
..
default.nix config: remove inputs extraArgs 2023-11-07 08:21:48 +08:00
README.adoc docs: update 2022-11-29 15:58:33 +08:00

My other personalized NixOS installation medium. Similar to bootstrap, it isnt supposed to be used as a daily system (if you are, youre still pretty weird :/). This is based from the GNOME graphical installer from nixpkgs. Also uses my A happy GNOME theme.

To make use of this, you can generate an ISO through nixos-generators. [1]

nix run github:nix-community/nixos-generators -- --flake .#graphical-installer --format iso --out-link result

You could also get the ISO by getting the packages.graphical-installer-install-iso from the flake output.

nix build $FLAKE#graphical-installer-install-iso

With the ISO built, you can now use it for yourself for whatever reason.


1. You can also try this for other hosts as well for MORE BEEFY OFFLINE INSTALLATION MEDIUM!