From 03d807abf43ecf3cc988f06a3dc242d6d480a385 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 8 Mar 2025 16:04:27 +0100 Subject: feat(workstation): add fastboot and go-mtpfs --- nixos/profiles/workstation/android.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nixos/profiles/workstation/android.nix (limited to 'nixos/profiles/workstation/android.nix') diff --git a/nixos/profiles/workstation/android.nix b/nixos/profiles/workstation/android.nix new file mode 100644 index 0000000..0b7a086 --- /dev/null +++ b/nixos/profiles/workstation/android.nix @@ -0,0 +1,9 @@ +{ config, pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + # CLI tools + android-tools # for fastboot to install GrapheneOS + go-mtpfs + ]; +} -- cgit v1.2.3