diff options
| author | root <root@localhost> | 2025-01-21 15:24:51 +0000 |
|---|---|---|
| committer | root <root@localhost> | 2025-01-21 15:24:51 +0000 |
| commit | 5290a23366f4941d5742ce20e55783b74eb3e4e1 (patch) | |
| tree | 1cb3132168769b478169002fea27158b23e95224 /mut/bin | |
| parent | de6aa72099a2b8618562c2ab4230a2c2044655d2 (diff) | |
fix clipboard
Diffstat (limited to 'mut/bin')
| -rwxr-xr-x | mut/bin/pnsh-nvim | 3 |
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" ) ( |
