docs: clarification of installation on NixOS
This commit is contained in:
parent
bd6f93a8cc
commit
53971f5785
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ $ cargo build --release # `--release` adds a few optimisations
|
||||||
```bash
|
```bash
|
||||||
nix-shell -p bunbun
|
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
|
## Inspiration
|
||||||
- [Rosettea/bunnyfetch](https://github.com/Rosettea/bunnyfetch)
|
- [Rosettea/bunnyfetch](https://github.com/Rosettea/bunnyfetch)
|
||||||
|
|
Loading…
Reference in a new issue