From 70a9a311ed4d52f4efcdba68f61432f83d2bdfdf Mon Sep 17 00:00:00 2001 From: Christopher Harwell <45679995+ChristopherHarwell@users.noreply.github.com> Date: Thu, 31 Aug 2023 08:59:55 -0400 Subject: [PATCH] Adds installation instructions for installing with Nix --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c05d4a3f8b9..d5b1bf5eb0f 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ Debian / ubuntu: $ sudo apt install tmuxp ``` +Nix: +```console +$ [[ -z $(which tmux) ]] && (nix-env -i tmux && nix-env -i tmuxp) || nix-env -i tmuxp +``` + Find the package for your distro on repology: Developmental releases: