Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emeks-studio/nixdroid-launcher
- Owner: emeks-studio
- License: apache-2.0
- Created: 2024-09-11T09:56:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T14:55:28.000Z (2 months ago)
- Last Synced: 2024-10-02T03:02:27.754Z (about 2 months ago)
- Topics: android, kotlin, mobile, nix, nix-flakes, nix-on-droid
- Language: Nix
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.