mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 22:57:55 +00:00
d225257f8d
This is my personalized graphical installer to make installing NixOS a little easier with all of my comfy config. Though, this won't be seeing a release as the resulting file is over GitHub's asset size limit of 2GB. Man...
16 lines
819 B
Plaintext
16 lines
819 B
Plaintext
= graphical-installer, the personalized graphical installer for NixOS
|
|
|
|
My other personalized NixOS installation medium.
|
|
Similar to `bootstrap`, it isn't supposed to be used as a daily system (if you are, you're still pretty weird :/).
|
|
This is based from the GNOME graphical installer from nixpkgs.
|
|
Also uses my link:../../modules/nixos/themes/a-happy-gnome[A happy GNOME theme].
|
|
|
|
To make use of this, you can generate an ISO through link:https://github.com/nix-community/nixos-generators[nixos-generators]. footnote:[You can also try this for other hosts as well for MORE BEEFY OFFLINE INSTALLATION MEDIUM!]
|
|
|
|
[source, shell]
|
|
----
|
|
nix run github:nix-community/nixos-generators -- --flake .#graphical-installer --format iso --out-link result
|
|
----
|
|
|
|
With the ISO built, you can now use it for yourself for whatever reason.
|