nixpkgs/modules/services/x11/desktop-managers/none.nix
Eelco Dolstra 73668f41da * Added an "auto" pseudo display manager that logs in a user
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
2010-01-05 15:32:14 +00:00

8 lines
106 B
Nix

{
services.xserver.desktopManager.session =
[ { name = "none";
start = "";
}
];
}