plugins: floaterm, fix options (#204)

This commit is contained in:
s1341 2023-02-26 14:42:44 +02:00 committed by GitHub
parent 7f0a4a3432
commit c9cbf5172a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ with import ../helpers.nix {inherit lib;};
options = options =
mapAttrs (name: value: mapAttrs (name: value:
mkDefaultOpt { mkDefaultOpt {
global = "floaterm_${value.name}"; global = "floaterm_${name}";
inherit (value) type description; inherit (value) type description;
}) })
{ {