refactor: container & kubernetes

This commit is contained in:
Ryan Yin
2024-01-22 14:32:05 +08:00
parent f7dd9cd6e2
commit 4f1c138a01
5 changed files with 7 additions and 19 deletions

View File

@@ -11,7 +11,6 @@
ssm-session-manager-plugin # Amazon SSM Session Manager Plugin
aws-iam-authenticator
eksctl
istioctl
# aliyun
aliyun-cli

View File

@@ -1,14 +0,0 @@
{
pkgs,
pkgs-unstable,
...
}: {
home.packages = with pkgs; [
skopeo
docker-compose
dive # explore docker layers
];
programs = {
};
}

View File

@@ -1,3 +0,0 @@
{mylib, ...}: {
imports = mylib.scanPaths ./.;
}

View File

@@ -1,10 +1,17 @@
{
pkgs,
pkgs-unstable,
nur-ryan4yin,
...
}: {
home.packages = with pkgs; [
skopeo
docker-compose
dive # explore docker layers
lazydocker # Docker terminal UI.
kubectl
istioctl
kubernetes-helm
];

View File

@@ -34,7 +34,6 @@
sad # CLI search and replace, with diff preview, really useful!!!
lazygit # Git terminal UI.
lazydocker # Docker terminal UI.
# misc
tldr