nixos/home/packages/default.nix
2024-03-01 09:38:06 +01:00

44 lines
458 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
# Generic tools
age
alacritty
btop
bzip2
croc
fd
ffmpeg
file
go-task
jq
ncdu
pamixer
pinentry
pre-commit
pulsemixer
rbw
restic
ripgrep
rofi-rbw-wayland
tokei
unzip
yt-dlp
# Editors
vscode
# Go stuff
go
delve
gopls
# Py stuff
python3
poetry
ruff
# Rust
rustup
];
}