Jump to content

Translations:NixOS as a desktop/8/en

From NixOS Wiki
Revision as of 21:06, 7 October 2025 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

As described in the Overview of the NixOS Linux distribution#Declarative Configuration, NixOS is designed to be configured declaratively. This means the entire system configuration, including installed packages, system services, kernel parameters, and user accounts is defined in configuration files, typically in /etc/nixos/configuration.nix. These settings can then be applied consistently and reproducibly across machines.