nixos/iso-image: Re-enable graphics mode

Which ***anyway*** was not disabled correctly. Following changes will
actually disable it.

What this did was disable the "themed" menu driver, but still continued
relying on the gfxterm infra, which in itself is why things were ugly
and weird.
This commit is contained in:
Samuel Dionne-Riel 2023-08-14 17:02:43 -04:00
parent dd936c21d7
commit d64b03a339

View File

@ -713,7 +713,7 @@ in
};
isoImage.graphicalGrub = mkOption {
default = false;
default = true;
type = types.bool;
example = true;
description = lib.mdDoc ''