Fixed imv config.

This commit is contained in:
vorboyvo 2025-04-05 13:42:31 -04:00
parent 33f128d762
commit b1189392d0

View file

@ -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\"";
};
}