nix-dotfiles/snippets/imv.nix

7 lines
116 B
Nix
Raw Normal View History

{ pkgs, ... }: {
programs.imv = {
enable = true;
binds.y = "exec wl-copy < \"$imv_current_file\"";
};
}