

I’d say arch is a great distro if you love to tinker a lot and/or want to learn a lot about the Linux ecosystem. If you don’t recognize yourself in previous sentence I’d probably stick with fedora 🤷
I’d say arch is a great distro if you love to tinker a lot and/or want to learn a lot about the Linux ecosystem. If you don’t recognize yourself in previous sentence I’d probably stick with fedora 🤷
I briefly used Fedora (Gnome) on my SP7 which worked super well. Then I moved to NixOS because I’m a nerd 🤓
I moved to NixOS this year and it really felt like something new. You need to learn a little functional language for configuration (nix) and can manage your whole computer on a descriptive and reproducible way.
There is also an awesome side effect : packages (and OS configurations) are built the same way as you build your configuration. For me, it meant that it was the first time it was obvious how my distribution works and how I could contribute. It took me about one hour to submit my first ever PR to update a package : https://github.com/NixOS/nixpkgs/pull/290710
Also note that you can experience nix (the package manager) on any distro, if you want a safe try you could for example have fun with home-manager to handle your dotfiles.
Sadly I kept it private because it exposes a bit of my company’s network structure (with encrypted secrets, but still…) :/
It’s not the best experience though : the pencil doesn’t work as well as in Fedora (GNOME doesn’t detect tablet mode, which only seems to affect buttons behavior) and it recompiles the kernel everytime it needs to be updated (very often, so I pinned a version).