From fd5be1137002d36293415cbca3d7c73985ebe59a Mon Sep 17 00:00:00 2001 From: wadsaek Date: Wed, 1 Jan 2025 12:31:37 +0200 Subject: [PATCH] Stylize and correct the NixOS section in README.md configuration.nix is a file, and most files in the README.md are stylized as code blocks. `environment.systemPackages` is actually just a code block, and should be stylized as such --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2bccb311..655ba3da1 100644 --- a/README.md +++ b/README.md @@ -368,7 +368,7 @@ nix-shell -p lazygit nix run nixpkgs#lazygit ``` -Or you can add lazygit to you configuration.nix in the environment.systemPackages section. +Or you can add lazygit to you `configuration.nix` using the `environment.systemPackages` option. More details can be found via NixOs search [page](https://search.nixos.org/). ### Flox