From d7810b4303dad00a4503e64e46168be8c7841df0 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Sat, 18 Apr 2015 18:52:15 +0100 Subject: Hard tabs be gone! --- nixos/modules/services/x11/xserver.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos') diff --git a/nixos/modules/services/x11/xserver.nix b/nixos/modules/services/x11/xserver.nix index 440002b067a5..69632b84262a 100644 --- a/nixos/modules/services/x11/xserver.nix +++ b/nixos/modules/services/x11/xserver.nix @@ -156,7 +156,7 @@ in Option "EmulateWheel" "true Option "EmulateWheelButton" "2" Option "Emulate3Buttons" "false" - '' ]; + '' ]; description = "Content of additional InputClass sections of the X server configuration file."; }; @@ -535,7 +535,7 @@ in Option "XkbVariant" "${cfg.xkbVariant}" EndSection - # Additional "InputClass" sections + # Additional "InputClass" sections ${flip concatMapStrings cfg.inputClassSections (inputClassSection: '' Section "InputClass" ${inputClassSection} -- cgit 1.4.1