nix-dotfiles/snippets/imv.nix

7 lines
125 B
Nix
Raw Normal View History

{ pkgs, ... }: {
programs.imv = {
enable = true;
2025-04-05 13:42:31 -04:00
settings.binds.y = "exec wl-copy < \"$imv_current_file\"";
};
}