enjoy your freedom
enjoy your freedom
I thought I was finally finished distro hopping after I landed on Fedora, but then I found Nobara and then the whole RHEL drama started so I went back to Debian stable but then NixOS caught my attention.
It will never end
i just don’t do distrohopping, it’s a pointless venture imo. started with arch linux as my main desktop, never went back.
tried some things occasionally, but i already sunk the time learning all sorts of things that may not even exist in other distros, configuring my system and the DE (and other things like zsh and vim setup), so it’s just a waste of time honestly.
i’m thinking of using NixOS instead of Debian (what i used previously) for my upcoming server project though.
Fedora
M’federationl
I hopped for ages and finally landed on Arch (btw), and I thought I was settled. I’ve been on it for like two years now.
But lately I’ve been hearing the call of NixOS too…
Yep, tried a couple distros out and ended up on Arch for a year and was happy. Then switched over to NixOS and have been using it ever since, there’s no way I could ever main any other distro.
The Arch -> NixOS pipeline is real
If you happen to customize your OS a lot, with NixOS you can define everything from one configuration: all your packages, your shell aliases, kernel parameters or for example the desktop wallpaper.
You can push this config to GitHub and clone it to another NixOS machine and that one will have exactly the same packages, kernel parameters, shell aliases and wallpaper. Even the package versions, including all the libraries will be the same everywhere.
You can even patch your tools from these configs, have custom kernels and go really crazy. When you commit your changes, they work exactly the same in all your machines. And on boot, you get a list of configurations, so you can boot to the previous config of your current changes broke something, go fix what you broke and retry.
And, with nix the tool, your team can provide the flake.nix and flake.lock files in the software project you all work for. It will then make sure everybody gets the right versions from the dependencies, compilers, linters, etc. If it works for one, it works for all.
Nix the tool let’s you try this out in systems like other Linux distros or removed. NixOS is an OS that is taking a step further and requiring you to define the whole system with Nix.
Oh, and a sibling project Home Manager is great for reproducible dotfiles.