# features/tweaks - emoji picker application - find a Masto/Pleroma app which works on mobile - remove hardcoded uid/gids outside of allocations.nix (used in impermanence code -- replace with username/groupname) # speed up cross compiling - - ```nix overlays = [{ ... }: { nixpkgs.crossSystem.system = "aarch64-linux"; }]; ``` - - apply for access to the community arm build box