{ writeShellApplication, bash, zenity, git, gum, xclip, ghostty, rmlint, callPackage, ... }: writeShellApplication { name = "run"; runtimeInputs = [ bash zenity git gum xclip ghostty rmlint ]; text = builtins.readFile ../src/packaged_scripts/run.sh; }