From f7b25b3316473f88411f23edf189c49e41e3fc33 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 2 Aug 2025 00:40:47 +0200 Subject: [PATCH] feat: adds `sshuttle` to gui systems --- roles/gui.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/gui.nix b/roles/gui.nix index 150c808..387ed07 100644 --- a/roles/gui.nix +++ b/roles/gui.nix @@ -46,6 +46,9 @@ in # Gaming lunar-client + + # Not GUI but specific to GUI usage + sshuttle ]; }; }