What Linux distribution or distributions do you personally use?

I myself am a daily Void user. I used to use Devuan, but wanted to try rolling release and ended up loving Void!

  • lhx@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Ooooh. That sounds amazing. I will have to try it out. Does it play nice in v box or VMware?

    • neoney@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Should work fine. I really recommend installing the nix package manager on your current distro to play with the language and how it works, I did it on arch to get familiar and it has been really helpful.

      • lhx@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Ooooh is that like a pseudo docker-compose type thing to learn the declarative language?

          • lhx@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            1 year ago

            It’s docker’s declarative way to set up one or more images, network them together and externally, etc… it looks a bit similar to the nix language.

            • neoney@lemmy.world
              link
              fedilink
              arrow-up
              1
              ·
              1 year ago

              I guess you could compare the two then, but Nix is a full on functional programming language with functions, variables etc. You can also define derivations to compile programs with it. It’s pretty cool.