9 lines
158 B
Nix
9 lines
158 B
Nix
{ pkgs-fixed, ... }: {
|
|
home.packages = with pkgs-fixed; [
|
|
vscode
|
|
jetbrains.pycharm-community
|
|
jetbrains.idea-community
|
|
android-studio
|
|
];
|
|
}
|