From 53971f5785ae5389c2aba2a7f5a800f0a7cd1412 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 24 Sep 2024 13:41:48 +0100 Subject: [PATCH] docs: clarification of installation on NixOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f59b835..f78472f 100644 --- a/README.md +++ b/README.md @@ -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)