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:
parent
a6bef1d8f9
commit
01ffef86cd
1 changed files with 4 additions and 0 deletions
|
@ -11,4 +11,8 @@
|
|||
tmux.enable = true;
|
||||
tmux-sessionizer.enable = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
WAYLAND_DISPLAY = "";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue