From 8a637fc91fd670626a3e182a781a2e82615bbcc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=A9tan=20Lepage?= <33058747+GaetanLepage@users.noreply.github.com> Date: Thu, 4 May 2023 14:20:52 +0200 Subject: [PATCH] modules/clipboard: add wl-copy provider (#354) --- modules/clipboard.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/clipboard.nix b/modules/clipboard.nix index f3eae39f..efed8597 100644 --- a/modules/clipboard.nix +++ b/modules/clipboard.nix @@ -32,6 +32,7 @@ in { } ) { + wl-copy = "wl-clipboard"; xclip = "xclip"; xsel = "xsel"; };