docs: add notice of being packages on NixOS/nixpkgs
This commit is contained in:
parent
6341c4a928
commit
f072115a26
|
@ -16,6 +16,13 @@ $ cargo build --release # `--release` adds a few optimisations
|
|||
> **Using the flake!**
|
||||
> This repository contains a `flake.nix` - if you have Nix installed, you can run `nix run github:devraza/bunbun` to compile and run the program.
|
||||
|
||||
### NixOS
|
||||
`bunbun` is now packaged on NixOS/nixpkgs, maintained by [GaetanLepage](https://github.com/GaetanLepage)! If you have Nix installed, you can try it with:
|
||||
```bash
|
||||
nix-shell -p bunbun
|
||||
```
|
||||
To install it on NixOS or home-manager, add it to `environment.systemPackages` or `home.packages` respectively.
|
||||
|
||||
## Inspiration
|
||||
- [Rosettea/bunnyfetch](https://github.com/Rosettea/bunnyfetch)
|
||||
- [elenapan's `bunnyfetch` script](https://github.com/elenapan/dotfiles/blob/master/bin/bunnyfetch)
|
||||
|
|
Loading…
Reference in a new issue