Files
nix/packages/user.nix
2025-12-02 17:02:03 -06:00

167 lines
2.9 KiB
Nix

{ config, pkgs, ... }:
let
unstable = import <nixos-unstable> { config = config.nixpkgs.config or {}; };
in
{
users.users.bug.packages = with pkgs; [
# ide
vscode
#zed-editor
# languages
luau
(luajit.withPackages (ps: with ps; [
luasocket
bit32
luautf8
jsregexp
lgi
gtk3
gobject-introspection
]))
go
(python3.withPackages (ps: with ps; [
unidecode
discordpy
setuptools
pip
pynput
python-uinput
mido
# ninja
# pybind11
# diffusers
# einops
# opencv-python
# numpy
#torch-bin
#torchWithCuda
# transformers
# torchvision
#taming-transformers-rom1504
#ConfigArgParse
#ipdb
# omegaconf
#sentencepiece
# tqdm
# Mesh Processing
# trimesh
# pymeshlab
# pygltflib
#kornia
#facexlib
# Training
# accelerate
#pytorch_lightning
#scikit-learn
#scikit-image
# Demo only
# gradio
# fastapi
# uvicorn
# onnxruntime
#gevent
#geventhttpclient
# pymatting
# pooch
# jsonschema
# scikit-image
pyautogui
pygobject3
pycairo
tkinter
pyautogui
numpy
scipy
imageio
evdev
]))
nodejs
# 3D
(unstable.blender.withPackages (ps: with ps; [
libGLU
gcc
zlib
xorg.libX11
fontconfig
pcre2
xorg.libXext
gcc
xorg.libxcb
glib
]))
plasticity
plasticity-beta
# video
# kdenlive
# markdown / notes
obsidian
# social
vesktop
# music
nicotine-plus
#furnace
pulseaudio
# utilties
#mapscii
cloudflared
#base16-schemes
ptyxis
#rpi-imager
fastfetch
tree
#gnome-tweaks
xclicker
gh
scanmem
#openrgb
samrewritten
#testdisk
impression
#bambu-studio
orca-slicer
#sushi
#lutris
resources
#discord
dissent
authenticator
#eyedropper
#turtle
#xonotic
buffer
steamtinkerlaunch
protonup-qt
obs-studio
prismlauncher
];
}