|
|
|
|
|
by yorwba
3088 days ago
|
|
If I understand NixOS correctly, there is no explicit distinction between system and applications, and everything is handled by the same package management mechanism. The value proposition is in having clean separation between all packages, such that each application can be presented with its own mix of system packages without any conflicts between them. |
|
Furthermore, everything is done, or in the way to be done, in a functional way: system configuration, deployment, etc.
There are even efforts to manage dotfiles currently getting implemented.
IMHO, the Nix way is a great leap ahead.