Fix pass -c

WSL has a `WAYLAND_DISPLAY` environment variable set that is confusing
`pass` and causing it to use `wl-copy` that I don't have installed.

`xclip` works fine in WSL, which is used if the `WAYLAND_DISPLAY` is
unset.
This commit is contained in:
Oliver Davies 2025-04-02 10:50:27 +01:00
parent a6bef1d8f9
commit 01ffef86cd

View file

@ -11,4 +11,8 @@
tmux.enable = true;
tmux-sessionizer.enable = true;
};
home.sessionVariables = {
WAYLAND_DISPLAY = "";
};
}