{ pkgs, ... }: { home.packages = with pkgs; [ kubectl ]; home.shellAliases = { k = "kubectl"; }; }