From b1189392d0a454b1f47c2d03ba506f06f8fb5cc9 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Sat, 5 Apr 2025 13:42:31 -0400 Subject: [PATCH] Fixed imv config. --- snippets/imv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\""; }; }