nix-dotfiles/modules/pycharm.nix

9 lines
113 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
jetbrains.pycharm-professional
python3
pypy3
];
}