configs/laptop/k8s.nix

10 lines
112 B
Nix
Raw Permalink Normal View History

2024-05-20 12:24:36 +02:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
talosctl
kubectl
kind
k9s
];
}