Added lots of sops

This commit is contained in:
fwastring 2025-09-13 22:02:42 +02:00
parent 84bec55415
commit 01c04cd91c
25 changed files with 532 additions and 183 deletions

View file

@ -18,65 +18,55 @@ in
];
environment.systemPackages = with pkgs; [
timewarrior
# Neovim
inputs.neovim-nightly-overlay.packages.${pkgs.system}.default
# Nix
devenv
nixfmt-rfc-style
# Containers
kubectl
docker-slim
# Docker
dive
buildkit
containerd
cri-tools
yq
skopeo
umoci
velero
podman-tui
lazydocker
# Jobb
azure-cli
dotnetCorePackages.dotnet_9.sdk
google-cloud-sdk
jira-cli-go
gh
allure
kubectx
python314
# Minio
awscli
minio-client
# Blogging
hugo
# System Design
sqlc
postgresql
go-migrate-pg
argocd
ngrok
tailwindcss
yarn
plantuml
# Web Dev
tailwindcss
prettierd
# Go
air
go
templ
goa
prettierd
qrencode
air
go-migrate-pg
# Build
git
lazydocker
gcc
gnumake
cmake
# System Tools
yq
jq
git
(wrapHelm kubernetes-helm {
plugins = with pkgs.kubernetes-helmPlugins; [
helm-secrets
helm-diff
helm-s3
helm-git
];
})
k3sup
qrencode
];
}