73668f41da
automatically. This is mostly useful for testing. (KDM also has this feature, but it's nice not to depend on KDE for non-KDE tests.) svn path=/nixos/trunk/; revision=19239
8 lines
106 B
Nix
8 lines
106 B
Nix
{
|
|
services.xserver.desktopManager.session =
|
|
[ { name = "none";
|
|
start = "";
|
|
}
|
|
];
|
|
}
|