mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-08 16:24:32 +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";
|
||||
xsel = "xsel";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue