this post was submitted on 30 Nov 2025
58 points (98.3% liked)
Linux
10441 readers
488 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As others have commented, the article is a little misleading. Especially to those not familiar with NixOS:
These changes have been made available through packages in the nixpkgs repo, branched to the 25.11 release.
However, NixOS doesn't "stack" GNOME into it. Nor does it carry specific Linux kernels "under the hood".
You can pin any version of any release of any listed package (including kernels) from the nixpkgs repo to your configuration. More specifically even with Flakes, but that's not even required, if that isn't your thing.
So for example, I am running a specific host with NixOS 25.11, and Linux kernel 6.17.58 (LTS). (There is a specific use case for me to do so on that particular host.) This runs out of the box due to how I've configured NixOS, which is precisely the point of Nix, you configure it how you want it.
I gotta try it because it just sounds like Linux already is which is possibly a good thing?