Add nix flake (#7)

This commit is contained in:
Szymon
2026-02-22 18:19:16 +01:00
committed by GitHub
parent ceefa475cb
commit acc19d9539
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