aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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>