mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:36:33 +01:00
Add python to system
This commit is contained in:
parent
df85ff85c6
commit
d3acf003c2
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@
|
|||
knossos
|
||||
skypeforlinux
|
||||
discord
|
||||
jetbrains.pycharm-professional.withPackages(p: with p; [ python312.withPackages(ps: with ps; [ numpy toolz ])])
|
||||
jetbrains.pycharm-professional
|
||||
python312.withPackages(ps: with ps; [ numpy toolz ])
|
||||
];
|
||||
|
||||
services.hardware.openrgb.enable = true;
|
||||
|
|
Loading…
Reference in a new issue