mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
installation-cd: enable graphicalGrub
This commit is contained in:
parent
363c846d77
commit
e4f361f352
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
imports = [ ./installation-cd-graphical-base.nix ];
|
imports = [ ./installation-cd-graphical-base.nix ];
|
||||||
|
|
||||||
isoImage.edition = "gnome";
|
isoImage.edition = "gnome";
|
||||||
|
isoImage.graphicalGrub = true;
|
||||||
|
|
||||||
services.xserver.desktopManager.gnome = {
|
services.xserver.desktopManager.gnome = {
|
||||||
# Add Firefox and other tools useful for installation to the launcher
|
# Add Firefox and other tools useful for installation to the launcher
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue