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

i3-sway: Empty set argument was passed to wrong function (#2819)

This would give the error "attempt to call something which is not a
function but a list" given that `optionals a b` returns a list. `indent`
is the one taking this empty set as second argument.
This commit is contained in:
stephaneyfx 2022-03-22 15:04:28 -05:00 committed by GitHub
parent 80b4360678
commit 48a1584d8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ rec {
(optionalString (colors.bindingMode != null)
"binding_mode ${barColorSetStr colors.bindingMode}")
"}"
])) { })
]) { }))
extraConfig
])) { })
}