Who here uses a less popular Linux distribution? What made you choose it?
Hey fellow Linux enthusiasts! I'm curious to know if any of you use a less popular, obscure or exotic Linux distribution. What motivated you to choose that distribution over the more mainstream ones? I'd love to hear about your experiences and any unique features or benefits that drew you to your chosen distribution.
The way I can dumb it down the most without being too wrong...
With most other distros (imperative) things are installed and configured in a way where you have to follow the recipe with all the steps to get to the end result - run installers, or do things manually or write/run scripts, tweak config files, etc.
The Nix/NixOS way is declarative, more akin to an ingredient list, a description of what your system should look like. Nix takes care of doing the legwork. The same config should always build the same system.
Declarative vs. imperative does require a large paradigm shift for sure. I've used some of these provisioning tools before, but I'm still very much a noob with NixOS. They go further than what I said, they have their own abstractions on top.