From 5290a23366f4941d5742ce20e55783b74eb3e4e1 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Jan 2025 15:24:51 +0000 Subject: fix clipboard --- mut/bin/pnsh-nvim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mut/bin') 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" ) ( -- cgit v1.2.3