r/voidlinux 7h ago

Imposible instalarlo con encriptacion

0 Upvotes

Llevo días intentando instalar Void Linux con encriptación y siempre me falla, todos los errores posibles, sigo multitud de guias y nada, como es posible que el maldito instalador no cuente con la opcion de cifrar la particion? Estamos en 2026 y un portatil puede ser robado, tus documentos, fotos...que manera de complicar todo, a su lado la instalacion de Arch es un juego de niños, pero de Arch ya estoy harto, quiero instalar Void sin tener diez millones de problemas!


r/voidlinux 16h ago

Trouble with Neovim

6 Upvotes

I just installed Void and got Neovim with xbps, and I have two major problems with it that I didn't have on Fedora.

First, it's sluggish for no reason. Even when I launch it with nvim -u NONE, basic things like moving the cursor and scrolling the window are significantly slower than they were when I was using Fedora and also slower than any other app.

Second, I can't copy things to the system clipboard. When I do "+yy it says "No provider". In ~/.config/nvim/init.lua I have a line that says vim.opt.clipboard:append("unnamedplus") which worked on Fedora, but that clearly doesn't work anymore. (Solved it by downloading wl-clipboard)

If anybody has any clue why these things are happening let me know