mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
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:
parent
dd936c21d7
commit
d64b03a339
@ -713,7 +713,7 @@ in
|
||||
};
|
||||
|
||||
isoImage.graphicalGrub = mkOption {
|
||||
default = false;
|
||||
default = true;
|
||||
type = types.bool;
|
||||
example = true;
|
||||
description = lib.mdDoc ''
|
||||
|
Loading…
Reference in New Issue
Block a user