about summary refs log tree commit diff
path: root/nixos/modules/services/x11/display-managers/default.nix
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2017-02-09 21:25:03 -0500
committerGraham Christensen <graham@grahamc.com>2017-02-09 21:52:00 -0500
commitb12564cc1b8319b317d98df03fec8ba4bbf71877 (patch)
treec0a656ef4db5d571760b9d4265c4d57ba425d7c6 /nixos/modules/services/x11/display-managers/default.nix
parent400048926602dfe559207123267b183ac7e97c6b (diff)
downloadnixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.gz
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.bz2
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.lz
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.xz
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.tar.zst
nixlib-b12564cc1b8319b317d98df03fec8ba4bbf71877.zip
nixos: update default cases from KDM/KDE4 to SDDM/KDE5
Diffstat (limited to 'nixos/modules/services/x11/display-managers/default.nix')
-rw-r--r--nixos/modules/services/x11/display-managers/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/display-managers/default.nix b/nixos/modules/services/x11/display-managers/default.nix
index c0daf30d04eb..98d2d0ea834d 100644
--- a/nixos/modules/services/x11/display-managers/default.nix
+++ b/nixos/modules/services/x11/display-managers/default.nix
@@ -1,5 +1,5 @@
 # This module declares the options to define a *display manager*, the
-# program responsible for handling X logins (such as xdm, kdm, gdb, or
+# program responsible for handling X logins (such as xdm, gdb, or
 # SLiM).  The display manager allows the user to select a *session
 # type*.  When the user logs in, the display manager starts the
 # *session script* ("xsession" below) to launch the selected session