added pmbootstrap and android-tools
This commit is contained in:
parent
496b8798f6
commit
d333548e62
|
@ -13,7 +13,7 @@
|
|||
./fonts.nix
|
||||
./k8s.nix
|
||||
./tail.nix
|
||||
./asciidoc.nix
|
||||
./pmb.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
|
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
|
||||
];
|
||||
}
|
0
laptop/pmb.nix~
Normal file
0
laptop/pmb.nix~
Normal file
Loading…
Reference in a new issue