aspauldingcode / .dotfiles

A Universal .dotfiles Configuration with Nix Flakes - over-engineered by Alex Spaulding.
1 stars 0 forks source link

ORBSTACK: implement automatic configuration of ssh with x11 xQuartz on MacOS #81

Open aspauldingcode opened 4 months ago

aspauldingcode commented 4 months ago

What I want: an easy way to configure ssh with x11 GUI passthrough on the machine. Currently, this is manual through orbstack by doing: orbstack ssh x11 GUI

The solution: All I have to do is run a rebuild on NIXY macOS and ALL my x11 apps through orbstack (ubunto or nixOS) will forward to x11 xQuartz.app without me dealing with it.

Might need to be a script.

aspauldingcode commented 3 months ago

Could implement this with a daemon? Or agent?