7 lines
103 B
Nix
7 lines
103 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [
|
|
jetbrains.idea-community
|
|
android-studio
|
|
];
|
|
}
|