+some python stuff
This commit is contained in:
parent
f5ca531962
commit
8785824cde
@ -1,8 +1,4 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
imports = [
|
||||||
./fish.nix
|
./fish.nix
|
||||||
./fzf.nix
|
./fzf.nix
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user