nixos/home/packages/default.nix
Torjus Håkestad 058aec49c0
All checks were successful
pre-commit / pre-commit (push) Successful in 1m58s
Move alacritty to hm
2024-02-28 03:51:29 +01:00

42 lines
440 B
Nix

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