diff --git a/snippets/imv.nix b/snippets/imv.nix index 896ba2b..f5a66ef 100644 --- a/snippets/imv.nix +++ b/snippets/imv.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { programs.imv = { enable = true; - binds.y = "exec wl-copy < \"$imv_current_file\""; + settings.binds.y = "exec wl-copy < \"$imv_current_file\""; }; }