Add sshfs, tmuxKiller; Update

This commit is contained in:
Martin Pander
2026-06-19 07:09:36 +02:00
parent 4343c4b7ee
commit 1e0bc5d2b8
4 changed files with 49 additions and 13 deletions

View File

@@ -5,6 +5,9 @@
../../../modules/nixos/common.nix
];
# For sshfs
programs.fuse.userAllowOther = true;
wsl.enable = true;
wsl.defaultUser = "pan";
wsl.interop.register = true;