[app-launcher] Add app-launcher to boxy

This commit is contained in:
2025-10-13 13:59:54 -07:00
parent b75c43257b
commit a6961f05ca
4 changed files with 143 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
{ pkgs }:
pkgs.writeShellScriptBin "app-launcher-server" ''
exec ${pkgs.python3}/bin/python3 ${./app-launcher-server.py} "$@"
''