Files
cnix/home/modules/devtools/neovim/pluginsbak/yanky.nix

6 lines
64 B
Nix

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