+some python stuff

This commit is contained in:
m3tam3re 2025-02-05 13:17:58 +01:00
parent f5ca531962
commit 8785824cde
3 changed files with 11 additions and 5 deletions

View File

@ -1,8 +1,4 @@
{ {pkgs, ...}: {
config,
pkgs,
...
}: {
imports = [ imports = [
./fish.nix ./fish.nix
./fzf.nix ./fzf.nix

View File

@ -1,5 +1,14 @@
{pkgs, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
(python3.withPackages (ps:
with ps; [
# Scientific packages
numba
numpy
openai-whisper
torch
srt
]))
nixd nixd
alejandra alejandra
tailwindcss tailwindcss

View File

@ -1,5 +1,6 @@
{ {
hardware = { hardware = {
amdgpu.opencl.enable = true;
bluetooth.enable = true; bluetooth.enable = true;
keyboard.zsa.enable = true; keyboard.zsa.enable = true;
graphics.enable = true; graphics.enable = true;