tweakin
This commit is contained in:
parent
12f3f9050d
commit
40ce577788
2 changed files with 4 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
syncthingtray
|
syncthingtray
|
||||||
yt-dlp
|
yt-dlp
|
||||||
zoom-us
|
zoom-us
|
||||||
|
toastify
|
||||||
];
|
];
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue