Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ The package is available in the Arch User Repository:
- `yay -S tochd`
- `pamac install tochd`

#### Nix / NixOS

The package is available in Nixpkgs:
[Nix Package Details](https://search.nixos.org/packages?channel=unstable&show=tochd&query=tochd)

- To run temporarily: `nix-shell -p tochd`
- To install: add `tochd` to your system's configuration `environment.systemPackages`, `users.users.<name>.packages`, or `home.packages` (Home Manager) and rebuild.

## Usage

```bash
Expand Down