Major rework in progress
This commit is contained in:
85
home/packages/default.nix
Normal file
85
home/packages/default.nix
Normal file
@@ -0,0 +1,85 @@
|
||||
{ pkgs, pkgs-us, self, ... }: {
|
||||
|
||||
imports = [
|
||||
self.inputs.scripts.hmModule
|
||||
self.inputs.external.hmModule
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home.packages = with pkgs; let
|
||||
pypkgs = ps: with ps; [
|
||||
numpy
|
||||
pandas
|
||||
torch
|
||||
torchvision
|
||||
torchaudio
|
||||
transformers
|
||||
datasets
|
||||
pyaudio
|
||||
faster-whisper
|
||||
pyusb
|
||||
];
|
||||
|
||||
in [
|
||||
|
||||
cava
|
||||
gcc
|
||||
android-tools
|
||||
|
||||
(pkgs.python311.withPackages pypkgs)
|
||||
|
||||
brightnessctl
|
||||
libdbusmenu-gtk3
|
||||
zulu
|
||||
lmms
|
||||
killall
|
||||
youtube-music
|
||||
#unfree {
|
||||
geogebra
|
||||
#}
|
||||
blueberry
|
||||
wl-clipboard
|
||||
firefox-wayland
|
||||
swaylock-effects
|
||||
|
||||
neofetch
|
||||
pkgs-us.mpv
|
||||
(ncmpcpp.override { visualizerSupport = true; clockSupport = true; })
|
||||
playerctl
|
||||
mpc-cli
|
||||
xfce.thunar
|
||||
vlc
|
||||
zip
|
||||
unzip
|
||||
pavucontrol
|
||||
yewtube
|
||||
ytmdl
|
||||
ffmpeg_5
|
||||
lxqt.lxqt-policykit
|
||||
rpi-imager
|
||||
rsync
|
||||
grim
|
||||
slurp
|
||||
tigervnc
|
||||
keepassxc
|
||||
httplz
|
||||
|
||||
#school?
|
||||
#pkgs-us.digital
|
||||
|
||||
#3D modeling/printing
|
||||
kicad
|
||||
blender
|
||||
freecad
|
||||
cura
|
||||
|
||||
#productivity
|
||||
libreoffice
|
||||
super-productivity
|
||||
|
||||
#games
|
||||
prismlauncher
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user