My Linux distro tierlist

https://pawb.social/post/38655131

If you can handle nix why bother with other distros
I can handle it but I wanted a more traditional package manager so I could search the repos from the command line without relying on external tools, so I went back to Void Linux after a year and a half of using NixOS.
you mean like nix shell -p tldr
I mean like apt search or pacman -Ss
I can recommend nh. Its a wrapper around the nix* commands and includes nh search, giving you a list of packages (not sure about nixos module options, I think not). It also uses nix-output-monitor giving you a nice dependency graph when building (plus downloads etc) as well as a diff between the current and new generation, with version changes, added, removed etc.
GitHub - nix-community/nh: Yet another Nix CLI helper. [Maintainers=@NotAShelf, @faukah]

Yet another Nix CLI helper. [Maintainers=@NotAShelf, @faukah] - nix-community/nh

GitHub
It would have been nice to know about that, I already heard about it before but only after I’d switched to Void anyway. Maybe one day if I try NixOS again I will use it.