From f7f64961ad8cfe79f000eec5d3332fccc16fbec9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 6 May 2009 09:09:53 +0000 Subject: [PATCH] * Make "kde" the default since "gnome" is broken. svn path=/nixos/trunk/; revision=15464 --- system/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/options.nix b/system/options.nix index 2f96a426638..40f4cb23132 100644 --- a/system/options.nix +++ b/system/options.nix @@ -1262,7 +1262,7 @@ in }; sessionType = mkOption { - default = "gnome"; + default = "kde"; example = "xterm"; description = " The kind of session to start after login. Current possibilies