This commit is contained in:
Tao Tien 2025-03-08 23:05:01 -08:00
parent 12f3f9050d
commit 40ce577788
2 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,7 @@
syncthingtray syncthingtray
yt-dlp yt-dlp
zoom-us zoom-us
toastify
]; ];
programs.kdeconnect.enable = true; programs.kdeconnect.enable = true;

View file

@ -21,8 +21,10 @@ def tse [exit_node: string = ""] {
} }
if ($exit_node | is-not-empty) { if ($exit_node | is-not-empty) {
check-mullvad check-mullvad
| return $in
} else {
return "exit node unset"
} }
return "exit node set"
} }
# list all mullvad exit nodes # list all mullvad exit nodes