mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:46:35 +01:00
Add packges to pycharm
This commit is contained in:
parent
84391eb797
commit
ab225a6deb
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
knossos
|
||||
skypeforlinux
|
||||
discord
|
||||
jetbrains.pycharm-professional
|
||||
jetbrains.pycharm-professional.withPackages([ python312.withPackages(ps: with ps; [ numpy toolz ])])
|
||||
];
|
||||
|
||||
services.hardware.openrgb.enable = true;
|
||||
|
@ -76,6 +76,7 @@
|
|||
custom.hardware.printing.enable = true;
|
||||
custom.system.ssh.enable = true;
|
||||
|
||||
# Currently broken
|
||||
#custom.system.dns.enable = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue