Skip to content

Commit 54157e1

Browse files
Adds installation instructions for installing with Nix (#883)
1 parent d123d95 commit 54157e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Debian / ubuntu:
3636
$ sudo apt install tmuxp
3737
```
3838

39+
Nix:
40+
```console
41+
$ [[ -z $(which tmux) ]] && (nix-env -i tmux && nix-env -i tmuxp) || nix-env -i tmuxp
42+
```
43+
3944
Find the package for your distro on repology: <https://repology.org/project/tmuxp/versions>
4045

4146
Developmental releases:

0 commit comments

Comments
 (0)