mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-08 08:14:33 +02:00
modules/clipboard: add wl-copy provider (#354)
This commit is contained in:
parent
d0383da7f8
commit
8a637fc91f
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ in {
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
wl-copy = "wl-clipboard";
|
||||||
xclip = "xclip";
|
xclip = "xclip";
|
||||||
xsel = "xsel";
|
xsel = "xsel";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue