* Make "kde" the default since "gnome" is broken.
svn path=/nixos/trunk/; revision=15464
This commit is contained in:
parent
e4a1748226
commit
f7f64961ad
@ -1262,7 +1262,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
sessionType = mkOption {
|
sessionType = mkOption {
|
||||||
default = "gnome";
|
default = "kde";
|
||||||
example = "xterm";
|
example = "xterm";
|
||||||
description = "
|
description = "
|
||||||
The kind of session to start after login. Current possibilies
|
The kind of session to start after login. Current possibilies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user