{ pkgs, config, ... }: { home.packages = with pkgs; [ kubectl kubeseal velero fluxcd kompose ]; programs = { k9s = { enable = true; }; }; }