nixvim: Use wl-copy for clipboard

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-08-03 17:01:15 +03:00
parent 52c106b4be
commit e9ca2034bc
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -77,6 +77,7 @@
];
programs.nixvim.colorscheme = "vim-monokai-tasty";
programs.nixvim.clipboard.providers.wl-copy.enable = true;
programs.nixvim.opts = {
mousemoveevent = true;
relativenumber = true;