mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
0d901aa10c
Signed-off-by: Hadi <hadi@example.com>
21 lines
239 B
Nix
21 lines
239 B
Nix
{
|
|
pkgs,
|
|
pkgs-stable,
|
|
...
|
|
}: {
|
|
home.packages = with pkgs;
|
|
[
|
|
go
|
|
claude-code
|
|
]
|
|
++ (with pkgs-stable; [
|
|
nodejs
|
|
air
|
|
duckdb
|
|
python3
|
|
jq
|
|
nix-prefetch-github
|
|
rsync
|
|
]);
|
|
}
|