This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-07 16:33:56 +01:00
parent 1790336aa5
commit c426029a25
3 changed files with 9 additions and 1 deletions

7
system-modules/adb.nix Normal file
View File

@@ -0,0 +1,7 @@
{ host, lib, ... }:
lib.mkIf (host != "NxACE")
{
programs.adb = {
enable = true;
};
}