From 40ce577788e914dea2007671732b22a803a83f9e Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sat, 8 Mar 2025 23:05:01 -0800 Subject: [PATCH] tweakin --- users/vy.nix | 1 + users/vy/nushell/extras/tailscale.nu | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/users/vy.nix b/users/vy.nix index 65f75ba..9a47b79 100644 --- a/users/vy.nix +++ b/users/vy.nix @@ -10,6 +10,7 @@ syncthingtray yt-dlp zoom-us + toastify ]; programs.kdeconnect.enable = true; diff --git a/users/vy/nushell/extras/tailscale.nu b/users/vy/nushell/extras/tailscale.nu index 5dcee82..2fb62ed 100644 --- a/users/vy/nushell/extras/tailscale.nu +++ b/users/vy/nushell/extras/tailscale.nu @@ -21,8 +21,10 @@ def tse [exit_node: string = ""] { } if ($exit_node | is-not-empty) { check-mullvad + | return $in + } else { + return "exit node unset" } - return "exit node set" } # list all mullvad exit nodes