1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-05-17 22:32: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
commit d93be027b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -368,7 +368,7 @@ nix-shell -p lazygit
nix run nixpkgs#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/). More details can be found via NixOs search [page](https://search.nixos.org/).
### Flox ### Flox