mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:56:34 +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
|
knossos
|
||||||
skypeforlinux
|
skypeforlinux
|
||||||
discord
|
discord
|
||||||
jetbrains.pycharm-professional
|
jetbrains.pycharm-professional.withPackages([ python312.withPackages(ps: with ps; [ numpy toolz ])])
|
||||||
];
|
];
|
||||||
|
|
||||||
services.hardware.openrgb.enable = true;
|
services.hardware.openrgb.enable = true;
|
||||||
|
@ -76,6 +76,7 @@
|
||||||
custom.hardware.printing.enable = true;
|
custom.hardware.printing.enable = true;
|
||||||
custom.system.ssh.enable = true;
|
custom.system.ssh.enable = true;
|
||||||
|
|
||||||
|
# Currently broken
|
||||||
#custom.system.dns.enable = true;
|
#custom.system.dns.enable = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue