diff --git a/modules/services/window-managers/i3.nix b/modules/services/window-managers/i3.nix index a9d8c1e87..c63eea679 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.