mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-07 18:34:22 -05:00
9 lines
140 B
Nix
9 lines
140 B
Nix
|
{pkgs, ...}: {
|
||
|
home = {
|
||
|
packages = with pkgs; [
|
||
|
android-studio-tools
|
||
|
android-studio
|
||
|
];
|
||
|
};
|
||
|
}
|