From ab4605391da7022979180c5da283cc10cd3fa816 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Fri, 8 Mar 2024 18:52:02 -0500 Subject: [PATCH] fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ab3d281..e49e8480 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ > Each hardware-configuration is host-specific. If you fork this repository, replace them with the hardware-configuration.nix that NixOS generates for you. ### Enabling Flakes -While widely used and considered stable, [flakes](https://nixos.wiki/wiki/Flakes) are still considered eperimental. To enable Flakes, add the following lines to your `configuration.nix` and rebuild. +While widely used and considered stable, [flakes](https://nixos.wiki/wiki/Flakes) are still considered experimental. To enable Flakes, add the following lines to your `configuration.nix` and rebuild. ```nix nix.settings.experimental-features = [ "nix-command" "flakes" ]; ```