From 5427b0f83771e54ee9fac1833b7c8d14112bcc2e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 16 Feb 2011 15:33:54 +0000 Subject: [PATCH] * Use kdm on the installation CD. svn path=/nixos/trunk/; revision=25994 --- modules/profiles/graphical.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/profiles/graphical.nix b/modules/profiles/graphical.nix index 14f9b74d800..d714e142f73 100644 --- a/modules/profiles/graphical.nix +++ b/modules/profiles/graphical.nix @@ -9,6 +9,7 @@ enable = true; autorun = true; defaultDepth = 24; + displayManager.kdm.enable = true; desktopManager.default = "kde4"; desktopManager.kde4.enable = true; };