this post was submitted on 14 Jun 2023
20 points (100.0% liked)

Linux

6145 readers
230 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
20
submitted 2 years ago* (last edited 2 years ago) by howarddo to c/linux
 

I think the main pain point of distro hopping is learning a new package manager, I discovered Nix a while ago, it works on every single OS, has the biggest package repo out there. I replaced Homebrew on my mac with it. If this piques your interest, give it a go. Later, you can integrate with Home-manager to manage all of your program config to have a reproducible dev environment on any machine, as described in the tutorial here.

The catch is it's really advanced and got steep learning curve. You can adopt gradually tho. Just get started with nix-shell and nix-env

you are viewing a single comment's thread
view the rest of the comments
[โ€“] howarddo 2 points 2 years ago (1 children)

The catch is that it's hard, only if you want to use it at its max potential tho.

[โ€“] msage 1 points 2 years ago

I use Gentoo on my desktop, so I can handle 'hard'.

If there is no catch, I might give it a try on my servers.