Skip to content

Commit

Permalink
feat: add some packages
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
  • Loading branch information
M0NsTeRRR committed Oct 27, 2024
1 parent e20ae0f commit db7d7ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion home/user/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,18 @@
python3
uv
go
delve # go debugger
rustup
protobuf
bpftrace
yq
bat
tldr

# infra
tio # serial device I/O tool
tcpdump # network sniffer
tcpdump
nmap
kubectl
kubectx
helm
Expand Down
3 changes: 2 additions & 1 deletion home/user/programs/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
programs.vscode = {
enable = true;
userSettings = {
"files.autoSave" = "on";
"files.autoSave" = "afterDelay";
"dev.containers.dockerPath" = "podman";
"dev.containers.dockerComposePath" = "podman-compose";
};
Expand All @@ -17,6 +17,7 @@
rust-lang.rust-analyzer
# python
ms-python.python
ms-python.debugpy
charliermarsh.ruff
# kubernetes
ms-kubernetes-tools.vscode-kubernetes-tools
Expand Down

0 comments on commit db7d7ac

Please sign in to comment.