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

7
hm_modules/pycharm.nix Normal file
View file

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