summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-04-18 18:52:15 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-04-18 18:52:15 +0100
commitd7810b4303dad00a4503e64e46168be8c7841df0 (patch)
tree0e2c0f9254f32f88624f8f171e7a59e4f0b29504 /nixos
parent70aa758c343365ad5e954e782df1f294b24b662e (diff)
downloadnixlib-d7810b4303dad00a4503e64e46168be8c7841df0.tar
nixlib-d7810b4303dad00a4503e64e46168be8c7841df0.tar.gz
nixlib-d7810b4303dad00a4503e64e46168be8c7841df0.tar.bz2
nixlib-d7810b4303dad00a4503e64e46168be8c7841df0.tar.lz
nixlib-d7810b4303dad00a4503e64e46168be8c7841df0.tar.xz
nixlib-d7810b4303dad00a4503e64e46168be8c7841df0.tar.zst
nixlib-d7810b4303dad00a4503e64e46168be8c7841df0.zip
Hard tabs be gone!
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/xserver.nix4
1 files changed, 2 insertions, 2 deletions
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}