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

View file

@ -13,7 +13,7 @@
./fonts.nix ./fonts.nix
./k8s.nix ./k8s.nix
./tail.nix ./tail.nix
./asciidoc.nix ./pmb.nix
]; ];
# Bootloader. # Bootloader.

7
laptop/pmb.nix Normal file
View file

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

0
laptop/pmb.nix~ Normal file
View file