1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-10 22:42:00 +02:00

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
This commit is contained in:
wadsaek
2025-01-01 12:31:37 +02:00
parent 1e1fba4ce6
commit fd5be11370

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