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