mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-21 08:21:24 +02:00
10 lines
129 B
Nix
10 lines
129 B
Nix
{pkgs, ...}:
|
|
{
|
|
home.packages = with pkgs; [
|
|
docker-compose
|
|
kubectl
|
|
kubernetes-helm
|
|
terraform
|
|
pulumi
|
|
];
|
|
} |