summaryrefslogtreecommitdiff
path: root/mut/bin
diff options
context:
space:
mode:
authorroot <root@localhost>2025-01-21 15:24:51 +0000
committerroot <root@localhost>2025-01-21 15:24:51 +0000
commit5290a23366f4941d5742ce20e55783b74eb3e4e1 (patch)
tree1cb3132168769b478169002fea27158b23e95224 /mut/bin
parentde6aa72099a2b8618562c2ab4230a2c2044655d2 (diff)
fix clipboard
Diffstat (limited to 'mut/bin')
-rwxr-xr-xmut/bin/pnsh-nvim3
1 files changed, 2 insertions, 1 deletions
diff --git a/mut/bin/pnsh-nvim b/mut/bin/pnsh-nvim
index 07d09c0..30d8508 100755
--- a/mut/bin/pnsh-nvim
+++ b/mut/bin/pnsh-nvim
@@ -27,7 +27,8 @@ $" --workdir=($env | default $env.HOME PWD | get PWD)" +
# " --volume=/nix/store:/nix/store" +
$" --volume=/nix-config:/nix-config" +
$" --volume=($env.HOME)/.ssh:/root/.ssh" +
-$" --volume=($env | default "/var/run" XDG_RUNTIME_DIR | get XDG_RUNTIME_DIR)/docker.sock:/var/run/docker.sock"
+$" --volume=($env | default "/var/run" XDG_RUNTIME_DIR | get XDG_RUNTIME_DIR)/docker.sock:/var/run/docker.sock" +
+" --net=host"
)
(