nomashcine
This commit is contained in:
parent
3d28732c16
commit
9e87f2d475
4 changed files with 8 additions and 6 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
nomachine-client
|
||||
delta
|
||||
mask
|
||||
mprocs
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
ERROR [mprocs::error] Error: channel closed
|
||||
|
|
@ -60,6 +60,8 @@
|
|||
"browser.bookmarks.restore_default_bookmarks" = false;
|
||||
};
|
||||
|
||||
services.flatpak.enable = true;
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
# hardware.opengl = {
|
||||
# enable = true;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue