Pycharm + odin updates

This commit is contained in:
Filippo Berto 2022-01-03 16:25:15 +01:00
parent 8dffe5c286
commit 3148ce159a
3 changed files with 14 additions and 4 deletions

9
modules/pycharm.nix Normal file
View file

@ -0,0 +1,9 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
jetbrains.pycharm-professional
python3
pypy3
];
}