mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-17 14:39:44 +02:00
feat: add android-tools
This commit is contained in:
5
home/linux/desktop/base/dev-tools.nix
Normal file
5
home/linux/desktop/base/dev-tools.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
android-tools
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user