mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
0aac097e77
Signed-off-by: pph <pph@pph.pph>
20 lines
235 B
Nix
20 lines
235 B
Nix
{
|
|
pkgs,
|
|
inputs,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs; [
|
|
go
|
|
bun
|
|
docker
|
|
nodejs
|
|
python3
|
|
jq
|
|
just
|
|
air
|
|
duckdb
|
|
inputs.bun2nix.packages.${stdenv.hostPlatform.system}.default
|
|
claude-code
|
|
];
|
|
}
|