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