30
How often do you hop distros?
(lemmy.world)
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
This is the first time in 25 years of using Linux that I've changed distributions.
Welcome to the club. Nixos is fabulous. There's a steep learning curve though, and I still don't really get flakes and home manager.
Oh, it's very simple. Home-manager is something not yet finalized, optional and unofficial. Flakes was added in Nix 2.4, but you don't have to use it all. You don't want to add unnecessary complications. You can do without home-manager and flakes on a single-user machine. This is just one of the system configuration options. I have tried deploying the system with flakes/home-manager, done it with docker and even with
nix-env
. The performance gain is not noticeable.HM seems worth the effort only if you do a lot of customizing and tweaks to your home setup. Would that be an accurate assessment?