From c9cbf5172af9570b497c9469b4dd300213ba668a Mon Sep 17 00:00:00 2001 From: s1341 Date: Sun, 26 Feb 2023 14:42:44 +0200 Subject: [PATCH] plugins: floaterm, fix options (#204) --- plugins/utils/floaterm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/utils/floaterm.nix b/plugins/utils/floaterm.nix index e4bcbd99..57a65d75 100644 --- a/plugins/utils/floaterm.nix +++ b/plugins/utils/floaterm.nix @@ -36,7 +36,7 @@ with import ../helpers.nix {inherit lib;}; options = mapAttrs (name: value: mkDefaultOpt { - global = "floaterm_${value.name}"; + global = "floaterm_${name}"; inherit (value) type description; }) {