I made the unfortunate post about asking why people liked Arch so much (RIP my inbox I’m learning a lot from the comments) But, what is the best distro for each reason?

RIP my inbox again. I appreciate this knowledge a lot. Thank you everyone for responding. You all make this such a great community.

  • @[email protected]
    link
    fedilink
    11
    edit-2
    17 days ago

    With Guix you have reproducibility, freedom, good docs and peace of mind, also when configuring things more deeply. You also have a powerful programming language (Scheme / Lisp) with which to define your system config as well as your dotfiles. This is my insight after years of GNU/Linux usage. I run Guix on laptops, desktops and servers, and I never have configuration drift, as well as the benefit that I have a self documenting system.

    https://codeberg.org/jjba23/sss

    • @[email protected]
      link
      fedilink
      117 days ago

      Isn’t GUIX based on Linux-libre?

      This must complicate installing nonfree software, including nonfree drivers if your computer needs any.

      • @[email protected]
        link
        fedilink
        2
        edit-2
        17 days ago

        By default it is, but there are many non-free channels you can use to add the OG Linux kernel to your Guix install as well as nonfree drivers. A famous one is nonguix, which i also use in my config. They also make custom ISOs with the Linux kernel, which helps some hardware indeed. So the libre only policy is a non issue if you read into it a little, but unfortunately most people stay at surface level

        • @[email protected]
          link
          fedilink
          216 days ago

          Thanks for this! I guess the point is, people don’t want to dig deep into the system built with different approach as a base.

          But you made me interested