Pycharm + odin updates
This commit is contained in:
parent
8dffe5c286
commit
3148ce159a
3 changed files with 14 additions and 4 deletions
9
modules/pycharm.nix
Normal file
9
modules/pycharm.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
jetbrains.pycharm-professional
|
||||
|
||||
python3
|
||||
pypy3
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue