From cd79d7012d089e8b3e6c518f3123ead46e0c1b01 Mon Sep 17 00:00:00 2001 From: Krzysztof Saczuk Date: Mon, 15 Apr 2024 03:57:21 +0200 Subject: [PATCH] docs(nix): re-word prerequisites section --- docs/Installation.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Installation.mdx b/docs/Installation.mdx index 504ec87..0d46782 100644 --- a/docs/Installation.mdx +++ b/docs/Installation.mdx @@ -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 = ''