• Opisek@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    6 months ago

    Can you explain the idea and advantages? Excluding use cases like setting up a laptop for your grandma.

      • 299792458ms@lemmy.zip
        link
        fedilink
        arrow-up
        4
        ·
        6 months ago

        I think I am one the same state as you with the only difference is that I really like Window Managers. Been thinking of testing NixOS or Blend OS.

      • Opisek@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        6 months ago

        Hey, that’s why I wanted an explanation! The one I got an a search result made it seem like you can’t install anything.

        • towerful@programming.dev
          link
          fedilink
          arrow-up
          3
          ·
          6 months ago

          Yeh, immutable distros… You can install software, it’s just you have to declaratively define what software you want, then apply that as a patch.
          You don’t just apt install cowsay, you have to create a file that defines the installation of cowsay.
          This way, if you have to change how cowsay is installed, you tweak that patch file and reapply it.
          If you have to wipe & reinstall (or get a new computer or whatever) you just apply all your patches, and the system is the same again.