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