Author: eelco
Date: Wed Feb 16 15:33:54 2011
New Revision: 25994
URL: https://svn.nixos.org/websvn/nix/?rev=25994&sc=1

Log:
* Use kdm on the installation CD.

Modified:
   nixos/trunk/modules/profiles/graphical.nix

Modified: nixos/trunk/modules/profiles/graphical.nix
==============================================================================
--- nixos/trunk/modules/profiles/graphical.nix  Wed Feb 16 15:14:04 2011        
(r25993)
+++ nixos/trunk/modules/profiles/graphical.nix  Wed Feb 16 15:33:54 2011        
(r25994)
@@ -9,6 +9,7 @@
     enable = true;
     autorun = true;
     defaultDepth = 24;
+    displayManager.kdm.enable = true;
     desktopManager.default = "kde4";
     desktopManager.kde4.enable = true;
   };
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to