From 8785824cde823a49ba4a6f6b34c36a910541037c Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Wed, 5 Feb 2025 13:17:58 +0100 Subject: [PATCH] +some python stuff --- home/features/cli/default.nix | 6 +----- home/features/coding/default.nix | 9 +++++++++ hosts/m3-kratos/hardware.nix | 1 + 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index 8ea6bed..a6c08ff 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -1,8 +1,4 @@ -{ - config, - pkgs, - ... -}: { +{pkgs, ...}: { imports = [ ./fish.nix ./fzf.nix diff --git a/home/features/coding/default.nix b/home/features/coding/default.nix index 6c4f263..a36b206 100644 --- a/home/features/coding/default.nix +++ b/home/features/coding/default.nix @@ -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 diff --git a/hosts/m3-kratos/hardware.nix b/hosts/m3-kratos/hardware.nix index 163c091..44edfdd 100644 --- a/hosts/m3-kratos/hardware.nix +++ b/hosts/m3-kratos/hardware.nix @@ -1,5 +1,6 @@ { hardware = { + amdgpu.opencl.enable = true; bluetooth.enable = true; keyboard.zsa.enable = true; graphics.enable = true;