{ writeShellApplication, xhost }: writeShellApplication { name = "pob2-frajul"; runtimeInputs = [ xhost ]; text = '' xhost + sudo su pob -c "sh /home/pob/pob2.sh" ''; }