Skip to content

Commit d93be02

Browse files
authored
docs: Stylize and correct the NixOS section in README.md (#4135)
- **PR Description** 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.
2 parents 1e1fba4 + fd5be11 commit d93be02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ nix-shell -p lazygit
368368
nix run nixpkgs#lazygit
369369
```
370370

371-
Or you can add lazygit to you configuration.nix in the environment.systemPackages section.
371+
Or you can add lazygit to you `configuration.nix` using the `environment.systemPackages` option.
372372
More details can be found via NixOs search [page](https://search.nixos.org/).
373373

374374
### Flox

0 commit comments

Comments
 (0)