tests/modules/clipboard: add raw lua code test

This commit is contained in:
Heitor Augusto 2024-11-15 15:27:53 -03:00 committed by nix-infra-bot
parent ef8d57aba0
commit 1d78aee791

View file

@ -17,4 +17,11 @@
providers.xsel.enable = true; providers.xsel.enable = true;
}; };
}; };
example-with-raw-lua = {
clipboard = {
register.__raw = ''vim.env.SSH_TTY and "" or "unnamedplus"'';
providers.wl-copy.enable = true;
};
};
} }