We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d123d95 commit 54157e1Copy full SHA for 54157e1
README.md
@@ -36,6 +36,11 @@ Debian / ubuntu:
36
$ sudo apt install tmuxp
37
```
38
39
+Nix:
40
+```console
41
+$ [[ -z $(which tmux) ]] && (nix-env -i tmux && nix-env -i tmuxp) || nix-env -i tmuxp
42
+```
43
+
44
Find the package for your distro on repology: <https://repology.org/project/tmuxp/versions>
45
46
Developmental releases:
0 commit comments