This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-01-13 20:05:02 +01:00
parent 9619164eb4
commit 0fbb54a04a

View File

@@ -1,6 +1,9 @@
{ host, lib, ... }:
{ pkgs, host, lib, ... }:
lib.mkIf (host != "NxACE")
{
environment.systemPackages = with pkgs; [
adbfs-rootless
];
programs.adb = {
enable = true;
};