nomashcine

This commit is contained in:
Tao Tien 2025-06-04 22:16:53 -07:00
parent 3d28732c16
commit 9e87f2d475
4 changed files with 8 additions and 6 deletions

View file

@ -1,5 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
nomachine-client
delta
mask
mprocs

View file

@ -1 +0,0 @@
ERROR [mprocs::error] Error: channel closed

View file

@ -60,6 +60,8 @@
"browser.bookmarks.restore_default_bookmarks" = false;
};
services.flatpak.enable = true;
hardware.graphics.enable = true;
# hardware.opengl = {
# enable = true;

View file

@ -22,7 +22,7 @@ def tse [exit_node: string = ""] {
tailscale set --exit-node $exit_node
if ($exit_node | is-not-empty) {
return check-mullvad()
check-mullvad
} else {
print "exit node set"
return true
@ -67,10 +67,10 @@ tsx
# switch to a random mullvad exit node
def tsr [] {
tsx
| get (random int 0..($in | length))
| tse $in.IP
| return $in
tsx
| get (random int 0..($in | length))
| tse $in.IP
| return $in
}
alias ts = tailscale