From f2e81f1a551e9ee3e3a7ff01b0bb5e48f447554c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Wed, 15 Nov 2017 18:47:59 +0100 Subject: [PATCH] fix small formatting error (missing space) --- modules/services/window-managers/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/window-managers/i3.nix b/modules/services/window-managers/i3.nix index 9ec8829b..aa78e2ac 100644 --- a/modules/services/window-managers/i3.nix +++ b/modules/services/window-managers/i3.nix @@ -175,7 +175,7 @@ let type = types.submodule { options = { newWindow = mkOption { - type =types.enum [ "smart" "urgent" "focus" "none" ]; + type = types.enum [ "smart" "urgent" "focus" "none" ]; default = "smart"; description = '' This option modifies focus behavior on new window activation.