{ config, pkgs, ... }:

{
  environment.systemPackages = with pkgs; [
    # CLI tools
    android-tools # for fastboot to install GrapheneOS
    go-mtpfs
  ];
}