+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
home/features
hosts/m3-kratos

@ -1,8 +1,4 @@
{
config,
pkgs,
...
}: {
{pkgs, ...}: {
imports = [
./fish.nix
./fzf.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

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