nixos/home/packages/default.nix
2024-03-03 08:52:23 +01:00

58 lines
627 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
# Generic tools
age
alacritty
btop
bzip2
croc
easyeffects
fd
ffmpeg
file
go-task
glib
jq
kitty
ncdu
nwg-look
mumble
obs-studio
pamixer
pinentry
pre-commit
pulseaudio
pulsemixer
rbw
restic
ripgrep
rofi-rbw-wayland
spotify
spicetify-cli
steam
steam-run
steamcmd
tokei
unzip
yt-dlp
zoom-us
# Editors
vscode
# Go stuff
go
delve
gopls
# Py stuff
python3
poetry
ruff
# Rust
rustup
];
}