summaryrefslogtreecommitdiff
path: root/nixos/profiles/workstation/default.nix
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-03-08 16:04:27 +0100
committerMartin Fischer <martin@push-f.com>2025-03-08 16:04:27 +0100
commit03d807abf43ecf3cc988f06a3dc242d6d480a385 (patch)
tree502e1b5967ca9a80307b5a40ab3067b3fd44828b /nixos/profiles/workstation/default.nix
parente5a6c75fedaed89eef62696de4332f3dfba7d273 (diff)
feat(workstation): add fastboot and go-mtpfs
Diffstat (limited to 'nixos/profiles/workstation/default.nix')
-rw-r--r--nixos/profiles/workstation/default.nix5
1 files changed, 5 insertions, 0 deletions
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 = {