fix small formatting error (missing space)

This commit is contained in:
Nicolò Balzarotti 2017-11-15 18:47:59 +01:00
parent 4fce730326
commit f2e81f1a55

View file

@ -175,7 +175,7 @@ let
type = types.submodule { type = types.submodule {
options = { options = {
newWindow = mkOption { newWindow = mkOption {
type =types.enum [ "smart" "urgent" "focus" "none" ]; type = types.enum [ "smart" "urgent" "focus" "none" ];
default = "smart"; default = "smart";
description = '' description = ''
This option modifies focus behavior on new window activation. This option modifies focus behavior on new window activation.