Add nix flake

This commit is contained in:
2026-02-19 22:17:03 +01:00
parent ceefa475cb
commit c3161f5e8e
4 changed files with 121 additions and 1 deletions

View File

@@ -24,6 +24,11 @@ or if you want to, you can use AUR helper of your choice. For example:
```bash
yay -S zutui-git
```
### Nix:
```bash
nix profile install github:shv187/zutui
```
### MacOs and other Linux distros:
Most distros environments are externally managed by the system package manager, so the most straightforward way would be using something like `pipx`.
```bash