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.

  • KISSmyOS@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    9 months ago

    Cool, thanks.
    Is NixOS a general purpose distro, a specialized tool for developers, a toy for distro-hoppers or an unfinished proof-of-concept?
    Can it be run like any other Linux desktop system apart from the package manager?
    How do you install packages that aren’t in its repo?

    • chayleaf@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      9 months ago

      NixOS is a general purpose distro (I use it on my router, server and laptop, and plan to install it on my phone, it doesn’t get any more general purpose). To run packages that aren’t in its repo, you write a package yourself. Note that unlike on traditional Linux systems, there’s essentially no concept of “installing” packages. Packages are built and put into /nix/store, then you can optionally add them to your system packages or user packages and they will be symlinked to /run/current-system/sw or ~/.nix-profile, but there’s nothing preventing you from just using the package without adding it to system/user packages.

    • nyl@lemmy.opensupply.space
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      9 months ago

      Basically all that. The unfinished part IMO is mostly for use in developer use cases, and that some ecosystems like JVM are not as well supported.

      Can run yes, given that you have to spend some time learning Nix and NixOS specifics. I do that myself.

      You either package the software if it is easy to do so—take a look a at nix-init which eases the process—or use Flatpack, containers, steam-run…