Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 389 Bytes

Nixdroid Launcher

Tools

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

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.