Files
cnix/home/etc/neovim/plugins/yanky.nix
2024-08-03 14:49:44 +02:00

6 lines
64 B
Nix

{
programs.nixvim.plugins.yanky = {
enable = true;
};
}