nix-dotfiles/snippets/imv.nix
2025-04-05 13:42:31 -04:00

7 lines
125 B
Nix

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