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/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nixos/profiles/workstation/default.nix') diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index d987a0f..0332200 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -23,6 +23,7 @@ in ./graphical.nix ./dev.nix ./create.nix + ./android.nix ]; config = { @@ -45,6 +46,10 @@ in (callPackage "${sources.agenix}/pkgs/agenix.nix" {}) unzip + + # Android + android-tools + go-mtpfs ]; environment.sessionVariables = { -- cgit v1.2.3