docs(nix): re-word prerequisites section

This commit is contained in:
Krzysztof Saczuk 2024-04-15 03:57:21 +02:00
parent d2ff7f7653
commit cd79d7012d
No known key found for this signature in database

View file

@ -88,8 +88,9 @@ sudo eopkg install grub-customizer
### Prerequisites
- Nix 2.4 or later
- Experimental features `nix-command` and `flakes` enabled.
- You can achive that by adding the following to your `configuration.nix` and rebuilding your system.
```nix
- You can achive that by setting the following options and rebuilding your system.
```nix:configuration.nix
nix = {
package = pkgs.nixFlakes;
extraOptions = ''