added pmbootstrap and android-tools
This commit is contained in:
parent
496b8798f6
commit
d333548e62
3 changed files with 8 additions and 1 deletions
7
laptop/pmb.nix
Normal file
7
laptop/pmb.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
android-tools
|
||||
pmbootstrap
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue