+some python stuff
This commit is contained in:
@ -1,5 +1,14 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
(python3.withPackages (ps:
|
||||
with ps; [
|
||||
# Scientific packages
|
||||
numba
|
||||
numpy
|
||||
openai-whisper
|
||||
torch
|
||||
srt
|
||||
]))
|
||||
nixd
|
||||
alejandra
|
||||
tailwindcss
|
||||
|
Reference in New Issue
Block a user