Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emeks-studio/nixdroid-launcher

nix-on-droid: Package Repository & Launcher UI
https://github.com/emeks-studio/nixdroid-launcher

android kotlin mobile nix nix-flakes nix-on-droid

Last synced: about 1 month ago
JSON representation

nix-on-droid: Package Repository & Launcher UI

Awesome Lists containing this project

README

        

# Nixdroid Launcher

## Tools

Use this repo to initialize an Android Kotlin project by running:

```bash
nix flake new -t github:emeks-studio/nixdroid-launcher#kdroid-project ./$YOUR_PROJECT_PATH
```

After initializing your project, you can rename whatever stuff you want, like:
- `com.example.helloworld` namespace.
- `rootProject.name`
- flake description
- `README.md` content
- etc.