nixpkgs/nixos/modules/services/x11
Ryan Mulligan 8fee229261 desktop manager service: fix and improve default error
Before the error if the wrong default desktop was chosen would be:

/nixpkgs-channels/lib/modules.nix:282:11:
Default desktop manager ($(defaultDM)) not found.

which has the string interpolation done incorreclty. Now that is fixed
and it is more user-friendly as:

/nixpkgs-channels/lib/modules.nix:282:11:

Default desktop manager (gnome) not found.
Probably you want to change
  services.xserver.desktopManager.default = "gnome";
to one of
  services.xserver.desktopManager.default = "gnome3";
  services.xserver.desktopManager.default = "none";
2016-01-31 13:00:15 -08:00
..
desktop-managers desktop manager service: fix and improve default error 2016-01-31 13:00:15 -08:00
display-managers lightdm: Allow background colors and images. Fixes #12684 2016-01-31 09:52:28 +00:00
hardware xf86-input-synaptics: make use of 50-synaptics.conf 2015-09-18 07:16:52 -07:00
window-managers i3 service: added i3status and dmenu dependency 2016-01-19 09:32:49 +09:00
redshift.nix Add missing 'type', 'defaultText' and 'literalExample' in module definitions 2016-01-17 19:41:23 +01:00
terminal-server.nix xorg.xorgserver: wrap Xvfb with required flags 2016-01-17 21:14:49 +01:00
unclutter.nix "types.uniq types.string" -> "types.str" 2015-06-15 18:08:49 +02:00
xfs.conf Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00
xfs.nix jobs -> systemd.services 2016-01-07 06:39:06 +00:00
xserver.nix xserver service: wait for systemd-logind 2016-01-13 17:31:23 +03:00