docs: clarification of installation on NixOS

This commit is contained in:
Muhammad Nauman Raza 2024-09-24 13:41:48 +01:00
parent bd6f93a8cc
commit 53971f5785
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -21,7 +21,7 @@ $ cargo build --release # `--release` adds a few optimisations
```bash
nix-shell -p bunbun
```
To install it on NixOS or home-manager, add it to `environment.systemPackages` or `home.packages` respectively.
To install it on NixOS or home-manager, add `bunbun` to `environment.systemPackages` or `home.packages` respectively.
## Inspiration
- [Rosettea/bunnyfetch](https://github.com/Rosettea/bunnyfetch)