mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
Gabriel Arazas
9b7cc8a850
We now have a "proper" profiles modules ala-nixpkgs so we'll have to move these to make it less confusing. |
||
---|---|---|
.. | ||
default.nix | ||
README.adoc |
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 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!