nixpkgs/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
terminal-server.nix
xfs.conf
xfs.nix
xserver.nix disable verbose logging for XServer, fixes #4333 2014-12-15 18:59:49 +01:00