nixos/user/packages/default.nix
2024-09-13 18:42:10 +02:00

117 lines
1.4 KiB
Nix

{ pkgs, inputs, ... }: {
home.packages = with pkgs; [
# Generic tools
age
discord
jellyfin-media-player
firefox-bin
pdfpc
openssl
qpwgraph
mixxx
imagemagick
maim
sidequest
opera
direnv
android-studio
libpng
p7zip
lshw
powershell
vlc
expat
xdeltaUnstable
transmission_4-gtk
alacritty
btop
bzip2
croc
easyeffects
fd
ffmpeg
file
go-task
glib
jq
kitty
kubectl
ncdu
nwg-look
mumble
pavucontrol
unrar
protonup-qt
protonup-ng
mpv
lutris
pamixer
pinentry
pulseaudio
pulsemixer
rbw
restic
ripgrep
sops
spotify
spicetify-cli
sshfs
ventoy
expect
# k8s tools
talosctl
k9s
cilium-cli
kubernetes-helm
cmctl
krew
zenity
protontricks
winetricks
wineWowPackages.stagingFull
tokei
unzip
yt-dlp
zoom-us
vmware-horizon-client
# Editors
# vscode
# Go stuff
go
delve
gopls
# js/ts
nodejs
nodePackages.pnpm
typescript
# Py stuff
(python312.withPackages (
p: with p; [
pip
virtualenv
ipython
distutils
setuptools
mypy
pydantic
poetry-core
]
))
ruff
# Rust
rustc
cargo
gcc
];
}