nomashcine
This commit is contained in:
parent
3d28732c16
commit
9e87f2d475
4 changed files with 8 additions and 6 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
nomachine-client
|
||||||
delta
|
delta
|
||||||
mask
|
mask
|
||||||
mprocs
|
mprocs
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
ERROR [mprocs::error] Error: channel closed
|
|
||||||
|
|
@ -60,6 +60,8 @@
|
||||||
"browser.bookmarks.restore_default_bookmarks" = false;
|
"browser.bookmarks.restore_default_bookmarks" = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
hardware.graphics.enable = true;
|
hardware.graphics.enable = true;
|
||||||
# hardware.opengl = {
|
# hardware.opengl = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ def tse [exit_node: string = ""] {
|
||||||
tailscale set --exit-node $exit_node
|
tailscale set --exit-node $exit_node
|
||||||
|
|
||||||
if ($exit_node | is-not-empty) {
|
if ($exit_node | is-not-empty) {
|
||||||
return check-mullvad()
|
check-mullvad
|
||||||
} else {
|
} else {
|
||||||
print "exit node set"
|
print "exit node set"
|
||||||
return true
|
return true
|
||||||
|
|
@ -67,7 +67,7 @@ tsx
|
||||||
|
|
||||||
# switch to a random mullvad exit node
|
# switch to a random mullvad exit node
|
||||||
def tsr [] {
|
def tsr [] {
|
||||||
tsx
|
tsx
|
||||||
| get (random int 0..($in | length))
|
| get (random int 0..($in | length))
|
||||||
| tse $in.IP
|
| tse $in.IP
|
||||||
| return $in
|
| return $in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue