1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-28 17:27:28 +02:00

i3: fix small formatting error (missing space)

This commit is contained in:
Nicolò Balzarotti 2017-11-15 18:47:59 +01:00 committed by Nikita Uvarov
parent 2785bf9cb2
commit 206a4e17b5
No known key found for this signature in database
GPG key ID: F7A5FB3A7C10EF96

View file

@ -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.