7 lines
125 B
Nix
7 lines
125 B
Nix
{ pkgs, ... }: {
|
|
programs.imv = {
|
|
enable = true;
|
|
settings.binds.y = "exec wl-copy < \"$imv_current_file\"";
|
|
};
|
|
}
|