mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
docs(nix): re-word prerequisites section
This commit is contained in:
parent
d2ff7f7653
commit
cd79d7012d
1 changed files with 3 additions and 2 deletions
|
@ -88,8 +88,9 @@ sudo eopkg install grub-customizer
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
- Nix 2.4 or later
|
- Nix 2.4 or later
|
||||||
- Experimental features `nix-command` and `flakes` enabled.
|
- Experimental features `nix-command` and `flakes` enabled.
|
||||||
- You can achive that by adding the following to your `configuration.nix` and rebuilding your system.
|
- You can achive that by setting the following options and rebuilding your system.
|
||||||
```nix
|
|
||||||
|
```nix:configuration.nix
|
||||||
nix = {
|
nix = {
|
||||||
package = pkgs.nixFlakes;
|
package = pkgs.nixFlakes;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue