Skip to content

Commit

Permalink
docs: add nix-on-droid install guide and demo (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ob7 authored Dec 31, 2024
1 parent 61f90db commit 91f3f34
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@ For non-NixOS systems, install directly with:
nix-env -iA nixpkgs.tenere
```

### 📱 Mobile (nix-on-droid)

Tenere works on Android via nix-on-droid ([demo](https://github.com/user-attachments/assets/c06e5650-0b5d-4f0a-816d-a2c1bd88774a)).

To set up ([tutorial](https://www.youtube.com/watch?v=XiVz2UR9epE)):

1. Install nix-on-droid from F-Droid
2. Add tenere to your packages in ".config/nixpkgs/nix-on-droid.nix":
3. Run ``nix-on-droid switch``
4. Create your config at ".config/tenere/config.toml"

### 🍺 Homebrew

```
Expand Down

0 comments on commit 91f3f34

Please sign in to comment.