Files
nixy/home/programs/group/dev.nix
T
2026-08-13 13:55:30 +02:00

21 lines
243 B
Nix

{
pkgs,
pkgs-unstable,
...
}: {
home.packages = with pkgs-unstable;
[
go
claude-code
]
++ (with pkgs; [
nodejs
air
duckdb
python3
jq
nix-prefetch-github
rsync
]);
}