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