As the title implies, should I do it? I love Arch so far, and I can fix most issues that pop out. However, I sometimes wish to start fresh without too much hassle, but I get a feeling NixOS isn’t as mature as Arch.

Have any of you used both, and if so, what do you miss from Arch? What are you grateful for in NixOS?

  • amyipdev@lib.lgbt
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I’ve never been able to daily drive Nix, or for that matter stand using it in a VM. I’ve always hated every aspect about it. I currently use Arch, but for stability reasons am switching back to (probably, might end up going for something debian based) Fedora on my desktop. The overall structure of Nix is just… It’s not meant for a normal person to daily drive, it’s designed for replicability. You don’t interact with it the way you would a normal OS.

    That being said, a lot of people around me love Nix, and do daily drive it. I don’t know how they can stand it, but they do.

  • beetsnuami@slrpnk.net
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I’ve also been distro-hopping, but settled on NixOS. I find it very clean, you know exactly where your (system-level) configuration files are (…and could even manage user-level config files using home-manager). There is a stable branch, which is, well, stable. And even if it wasn’t, you can rollback the system at any point, which is trivial (just select a different generation during boot).

    One of the biggest advantages for me is universal reproducible working environments. Using Nix+direnv, I can lock all tools (make, gcc, JupyterLab, Python, Julia) that I’m using in a project to specific versions (and upgrade/rollback). I can install programs/libraries in a nix shell and they will be removed on the next garbage collection. Upgrades are extremely safe: I once had a problem with RAM that corrupted a lot of my files during an upgrade. Nix can detect and repair this.

    Downside is that Nix doesn’t follow FHS, so some programs need a little help, for example by Nix’ steam-run.