at 23.05-pre 659 B view raw
1<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="sec-profile-graphical"> 2 <title>Graphical</title> 3 <para> 4 Defines a NixOS configuration with the Plasma 5 desktop. It’s used 5 by the graphical installation CD. 6 </para> 7 <para> 8 It sets <xref linkend="opt-services.xserver.enable" />, 9 <xref linkend="opt-services.xserver.displayManager.sddm.enable" />, 10 <xref linkend="opt-services.xserver.desktopManager.plasma5.enable" />, 11 and <xref linkend="opt-services.xserver.libinput.enable" /> to true. 12 It also includes glxinfo and firefox in the system packages list. 13 </para> 14</section>