9 lines
158 B
Nix
Raw Normal View History

2025-03-30 22:22:46 +03:00
{ pkgs-fixed, ... }: {
home.packages = with pkgs-fixed; [
2024-10-02 22:10:08 +03:00
vscode
jetbrains.pycharm-community
jetbrains.idea-community
android-studio
2025-01-08 02:04:01 +03:00
];
2024-10-02 22:10:08 +03:00
}