Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AI
Posts
1
Comments
31
Joined
2 yr. ago

  • I just wanted something lightweight and fast. It was between alpine (gentoo based), void and artix (arch based). I decided to go for void because it's new and an independent distro. I'll try the other two some day.

  • Yeah there's a lot of state accumulation especially in home folder which I clear manually from time to time.

    In Nixos you can configure the impermanence module to clear unwanted state on your system and make it a "fresh install" on every reboot.

  • You mean in terms of how fast it feels? I have never heard anyone saying this before. Can you share some details and perhaps some tips to improve performance on Nixos?

    What hardware do you run Nixos on and do you modify and rebuild a lot of packages on nixpkgs?

  • Arch and void are very similar except void has a smaller community and much smaller set of packages to install. Arch also has better documentation.

    Void is considered more lightweight because it uses runit instead of systemd and a choice to use musl instead of glibc.

    I feel for most, arch is a better choice of the three.