diff --git a/tests/test-sources/modules/clipboard.nix b/tests/test-sources/modules/clipboard.nix index f222f83a..83c253a5 100644 --- a/tests/test-sources/modules/clipboard.nix +++ b/tests/test-sources/modules/clipboard.nix @@ -17,4 +17,11 @@ providers.xsel.enable = true; }; }; + + example-with-raw-lua = { + clipboard = { + register.__raw = ''vim.env.SSH_TTY and "" or "unnamedplus"''; + providers.wl-copy.enable = true; + }; + }; }