nixos/home/packages/default.nix
Torjus Håkestad 8ac23c6234
Some checks failed
pre-commit / pre-commit (push) Failing after 26s
Add bzip
2024-02-27 22:58:49 +01:00

41 lines
425 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
# Generic tools
age
btop
bzip
croc
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
];
}