nixos/home/packages/default.nix
2024-02-27 22:20:00 +01:00

36 lines
378 B
Nix

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