mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-02-24 17:04:48 +01:00
6 lines
71 B
Nix
6 lines
71 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
android-tools
|
|
];
|
|
}
|