nix-dotfiles/snippets/imv.nix
vorboyvo 33f128d762 Moved imv into its own snippet.
Switched firefox to qutebrowser.
2025-04-05 13:40:56 -04:00

7 lines
116 B
Nix

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