NixOS: Difference between revisions
imported>Ixxie No edit summary |
imported>Ixxie |
||
Line 34: | Line 34: | ||
The following is an example <code>/etc/nixos/configuration.nix</code>: | The following is an example <code>/etc/nixos/configuration.nix</code>: | ||
<syntaxhighlight lang="nix"> | |||
{ config, pkgs, ... }: | { config, pkgs, ... }: | ||
Line 84: | Line 84: | ||
} | } | ||
</syntaxhighlight> | |||
For inspiration, a variety of NixOS configuration files made by community members can be found in the [[Configuration Collection]]. | For inspiration, a variety of NixOS configuration files made by community members can be found in the [[Configuration Collection]]. |