My experimental nix-on-droid flake. As of now it has a minimal copy of my main flake for shell and git configs.
- Boise - my main phone
- Dewey - my e-reader
After the initial nix-on-droid bootstrap with flakes we need to add git to our current config at ~/.config/nix-on-droid/nix-on-droid.nix like so:
environment.packages = with pkgs; [
git
];
Then we need to switch to the updated flake, clone the repo and rebuild with the cloned flake.
nix-on-droid switch --flake .#boise