← Feed
@Mordikan@kbin.earth
Post #3364495
2026-06-21 04:39 UTC
the argumentation is, that you have access to any part of the system and can change everything. What is the reason that you cannot turn NixOS into Arch?
Because you don't have access to any part of the system. Again, nobody is saying you can change everything. NixOS is immutable meaning that is locked down read-only and only the Nix daemon has access to write. It's a matter of declarative vs imperative configuration schema. It's how vs what. In NixOS, you tell the system what you want done. In Arch, you tell the system how to do it.
So, you can't change any distro into any other distro, but the likelihood of two distros having any meaningful difference is low to the point of being pointless to ask.
As another user already stated, the main reason distros don't matter is analysis paralysis. Most of the users asking for thoughts between distros are effectively asking which of two duplicates is better. Say you've narrowed the distros you want to use to Debian and Kali, what is the difference between them if you just want to play games? There isn't one. You can run proton on Kali just as easy as Debian (you'd even be hitting the same repo likely).
Replies (1)
-
Because you don’t have access to any part of the system. Again, nobody is saying you can change everything.
But you have! And as said, there are people saying exactly that. BTW I actually understand the difference between NixOS and Arch. I mean you can actually change anything on NixOS and slowly transform it into a regular distribution without what it makes to be a Nix system. I mean if you have root rights on the system, then you could remove what it makes a NixOS and install a different package manager, set it sources up from Arch repositories in example and so fort.
I don’t know if everything can be done like that, but theoretically there is no limit in access to any file and data on a Linux distribution. If you have root access. In example, what in particular cannot be changed in NixOS?
Open ##3364494