cross-posted from: https://lemmy.ca/post/17456633
- OS: Void Linux x86_64 musl
- Icons: Nordzy
- GTK Theme: Nordic
- Qt Theme: Custom (Nord)
- Cursors: Nordzy-Cursors
- Layout: Supremo
- Wallpaper: Galaxy (Nord)
- Main Font: Cantarell
- Monospace Font: Hack
- Shell: Zsh
- OMZ Theme: Gallifrey
- Filesystem: Btrfs for
/
; Ext4 for~
; Ext4 for~/Music
- Browser: Mullvad
- File Manager: Nemo
- Terminal: foot
- Music Player: qmmp
- Editor: Micro
Void MUSL, huh?
Here’s hoping you have better luck than I did.
FlatpakNix solved most of the issues I had the last time I tried musl. It’s working fine as of today!EDIT: Flatpak refuses to work with xdg-desktop-portal when dbus is running, so now I’m using the Nix package manager. Void+Nix is a match made in heaven!
New to linux. I tried this same thing in a virtual machine. I got a lot of stuff to work, but it seems like any services and daemons have to be installed on xbps because the ones from nix can’t be enabled for Runit, or at least require doing that in a different way. So I would install those services through XBPS and everything else with Nix-Env which was enough to get a WM up, but I kept running into issues installing other things.
Now I’m running Void directly on my computer and I’m sticking to XBPS and so far it has gone a lot smoother, but I’ve heard about this Void + Nix thing a lot, but never really seen mentioned what the recommended approach to that is
What sets Void apart?
- Uses runit instead of systemd
- Uses LibreSSL instead of OpenSSL
- Optionally uses musl libc instead of glibc
- Uses the XBPS package manager
- Void is similar to BSD, in many respects
- It’s very minimal, and that makes it flexible
- It’s very lightweight. Until I installed a WM and started a bunch of daemons, my RAM usage was not only in the megabytes, but also only double digits.
- It has XBPS-SRC, which is comparable to Portage and FreeBSD Ports.
- Most of the documentation is on Reddit and in blog posts, as Void Docs is quite basic and the wiki is no-longer updated. Some may consider this a good thing, others will disagree.
Void hasn’t used libressl in years
Looks good, Void is the first distro I installed that made me want to stop distro hopping.