Hopefully feature-complete Android Bluesky client written in Expo
atproto bluesky
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Forgot to remove this

+1 -1
+1 -1
flake.nix
··· 4 4 flake-utils.url = "github:numtide/flake-utils"; 5 5 }; 6 6 7 - outputs = { self, nixpkgs, flake-utils, android-nixpkgs }: 7 + outputs = { self, nixpkgs, flake-utils }: 8 8 flake-utils.lib.eachDefaultSystem (system: 9 9 let 10 10 pkgs = import nixpkgs {