mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
21 lines
243 B
Nix
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
|
|
]);
|
|
}
|