summary refs log tree commit diff
path: root/nixos/doc/manual/configuration/profiles/graphical.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/configuration/profiles/graphical.section.md')
-rw-r--r--nixos/doc/manual/configuration/profiles/graphical.section.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/configuration/profiles/graphical.section.md b/nixos/doc/manual/configuration/profiles/graphical.section.md
new file mode 100644
index 00000000000..aaea5c8c028
--- /dev/null
+++ b/nixos/doc/manual/configuration/profiles/graphical.section.md
@@ -0,0 +1,10 @@
+# Graphical {#sec-profile-graphical}
+
+Defines a NixOS configuration with the Plasma 5 desktop. It's used by the
+graphical installation CD.
+
+It sets [](#opt-services.xserver.enable),
+[](#opt-services.xserver.displayManager.sddm.enable),
+[](#opt-services.xserver.desktopManager.plasma5.enable),
+and [](#opt-services.xserver.libinput.enable) to true. It also
+includes glxinfo and firefox in the system packages list.