Fixed imv config.
This commit is contained in:
parent
33f128d762
commit
b1189392d0
|
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
programs.imv = {
|
programs.imv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
binds.y = "exec wl-copy < \"$imv_current_file\"";
|
settings.binds.y = "exec wl-copy < \"$imv_current_file\"";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue