summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-03-03 07:28:29 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-03-03 07:28:29 -0600
commitd91637c54632761b8a918da28d047d96c4cdfd68 (patch)
treec9b3c9a301e5f0ed0c7c4a3c9c9e0fca31b2b05d /nixos/modules/installer
parent8e6bdcc7317179fbc906d725e2b1c0f6b1c72199 (diff)
downloadnixlib-d91637c54632761b8a918da28d047d96c4cdfd68.tar
nixlib-d91637c54632761b8a918da28d047d96c4cdfd68.tar.gz
nixlib-d91637c54632761b8a918da28d047d96c4cdfd68.tar.bz2
nixlib-d91637c54632761b8a918da28d047d96c4cdfd68.tar.lz
nixlib-d91637c54632761b8a918da28d047d96c4cdfd68.tar.xz
nixlib-d91637c54632761b8a918da28d047d96c4cdfd68.tar.zst
nixlib-d91637c54632761b8a918da28d047d96c4cdfd68.zip
nixos-generate-config: rename plasma5 desktop
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/nixos-generate-config.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/nixos-generate-config.pl b/nixos/modules/installer/tools/nixos-generate-config.pl
index b72db1f6f503..29b447912e70 100644
--- a/nixos/modules/installer/tools/nixos-generate-config.pl
+++ b/nixos/modules/installer/tools/nixos-generate-config.pl
@@ -607,7 +607,7 @@ $bootLoaderConfig
 
   # Enable the KDE Desktop Environment.
   # services.xserver.displayManager.sddm.enable = true;
-  # services.xserver.desktopManager.kde5.enable = true;
+  # services.xserver.desktopManager.plasma5.enable = true;
 
   # Define a user account. Don't forget to set a password with ‘passwd’.
   # users.extraUsers.guest = {