added pmbootstrap and android-tools

This commit is contained in:
Geir Okkenhaug Jerstad 2024-06-17 18:29:27 +02:00
parent 496b8798f6
commit d333548e62
3 changed files with 8 additions and 1 deletions

7
laptop/pmb.nix Normal file
View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
android-tools
pmbootstrap
];
}