1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-01 00:54:58 +02:00

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.
This commit is contained in:
Stefan Haller
2025-01-01 13:11:15 +01:00
committed by GitHub

View File

@ -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