mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-02 21:52:34 +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
|
||||
- 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 = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue