aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukeflo2025-03-17 10:37:12 +0100
committerlukeflo2025-03-17 10:37:12 +0100
commit41f96448d10f7629584f3dce334b848926257d32 (patch)
tree77ee1052b083d13264cbb0ea73683697f5b38272
parenteb698ef4169eb2c3e20d2853de3ad88dea343047 (diff)
downloadbibiman-41f96448d10f7629584f3dce334b848926257d32.tar.gz
bibiman-41f96448d10f7629584f3dce334b848926257d32.zip
nix installation info
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index b30d49c..9f1265d 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,23 @@ yay -S bibiman # or any other AUR helper
### NixOS
-Thanks to user @clementpoiret there is an open [PR](https://github.com/NixOS/nixpkgs/pull/387542) for NixOS which hopefully gets merged soon.
+Thanks to user @clementpoiret you now can install it via Nix commandline:
+
+```bash
+# as package on any Linux distro
+nix-env -iA nixpkgs.bibiman
+
+# on NixOS
+nix-env -iA nixos.bibiman
+```
+
+Or through `home-manager` config file:
+
+```bash
+ home.packages = [
+ pkgs.bibiman
+ ]
+```
### Void Linux<a name="void-linux"></a>