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

6 lines
64 B
Nix

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