configs/laptop/pmb.nix

8 lines
110 B
Nix
Raw Permalink Normal View History

2024-06-17 18:29:27 +02:00
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
android-tools
pmbootstrap
];
}