{ pkgs, ... }: with pkgs; { # Get a password entry from the list pw = (writeShellApplication { name = "pw"; runtimeInputs = [ rbw skim ]; text = '' x=$(rbw list | sk) && rbw "$@" "$x" ''; }); }