nixpkgs/modules/services/x11
Eelco Dolstra 6e118cd66b * Change the default desktop manager from "xterm" to the last imported
and enabled desktop manager (e.g. "kde" if KDE is enabled, and
  "xterm" if nothing is explicitly enabled).  This means that you
  don't have to write

    services.xserver.desktopManager.default = "kde4";

  anymore in addition to

    services.xserver.desktopManager.kde4.enable = true;

  to make KDE the default desktop environment.
  
* Remove the "none + none" session type.

* Remove the "+ none" string at the end of session types.  I.e. now
  it's "kde", not "kde + none".

* In kdm, add coreutils to its SystemPath so that it can remove the
  temporary directories in /tmp that it creates.

svn path=/nixos/trunk/; revision=23036
2010-08-08 14:05:32 +00:00
..
desktop-managers * Change the default desktop manager from "xterm" to the last imported 2010-08-08 14:05:32 +00:00
display-managers * Change the default desktop manager from "xterm" to the last imported 2010-08-08 14:05:32 +00:00
hardware allow wildcard Synaptics configuration 2010-08-04 20:07:58 +00:00
window-managers Adding the 'awesome' window manager to nixos. 2010-05-08 23:24:00 +00:00
xfs.conf * Continued refactoring the tree: moved most Upstart jobs (namely 2009-05-24 23:13:23 +00:00
xfs.nix * Change all the startOn / stopOn attributes to the Upstart 0.6 syntax 2009-11-06 22:19:17 +00:00
xserver.nix Making the X keyboard settings go in xorg.conf, and not in HAL anymore. 2010-08-02 19:06:42 +00:00