nixpkgs-suyu/nixos/modules/services/x11
aszlig 127c928c23
nixos/rename: Fix merging multiple destinations.
The renaming of options define the original value for the new attribute
path. This works well if there is only *one* target, but if there are
more, we end up recursing into the attribute set of the option
definition itself.

We now check for that within the parent recursion node (we can't check
that from the subnode, because we lack that information about whether
it's defined multiple times) and if the subnode consist entirely of a
list of definitions, we use mkMerge on it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-22 14:08:28 +01:00
..
desktop-managers nixos/rename: Fix merging multiple destinations. 2015-01-22 14:08:28 +01:00
display-managers nixos: Add -verbose to xserverArgs example 2014-12-22 21:01:12 +01:00
hardware synaptics: fix tapButtons setting 2014-11-04 06:20:10 +03:00
window-managers Some lua and awesome improvements 2014-12-17 15:08:21 +01:00
redshift.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
terminal-server.nix Rename hardware.opengl.videoDrivers back to services.xserver.videoDrivers 2014-04-29 14:42:36 +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 Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
xserver.nix disable verbose logging for XServer, fixes #4333 2014-12-15 18:59:49 +01:00