Better support for JetBrains product

This commit is contained in:
Filippo Berto 2023-03-08 11:03:42 +01:00
parent 701540aa59
commit f37727317f
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
4 changed files with 6 additions and 4 deletions

View file

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