mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05: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
1 changed files with 1 additions and 1 deletions
|
|
@ -713,7 +713,7 @@ in
|
|||
};
|
||||
|
||||
isoImage.graphicalGrub = mkOption {
|
||||
default = false;
|
||||
default = true;
|
||||
type = types.bool;
|
||||
example = true;
|
||||
description = lib.mdDoc ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue