After spending significant time using NixOS, I decided to move back to a more traditional Linux distribution. This wasnât because NixOS is bad â itâs powerful â but because it wasnât aligned with my current learning and career goals.
NixOS is a declarative operating system. Instead of manually installing packages one by one, everything is defined in configuration files.
That means:
It gave me the âimmutable systemâ I always wanted.