odin: Enable PyCharm module

This commit is contained in:
Filippo Berto 2023-02-20 17:11:22 +01:00
parent b71a6defed
commit 0f8a8ffcca
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +0,0 @@
{ pkgs, ... }: {
home.packages = {
inherit (pkgs) python3;
inherit (pkgs.jetbrains) pycharm-professional;
# pypy3
};
}