NixFiles/systems/desktop/android.nix
2023-03-29 06:58:29 +01:00

6 lines
52 B
Nix

{ config, ... }:
{
programs.adb.enable = true;
}