Skip to content

Commit

Permalink
add packages
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStolz committed Jan 19, 2025
1 parent 1bc7f47 commit b53fea7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
7 changes: 7 additions & 0 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,23 @@ let
commonPackages = with pkgs; [
ansible
argocd
btop
cmctl
ctlptl
devbox
dig
exiftool
ffmpeg_7
file
gh
gnumake
gnupg
go
graphviz
hadolint
hcloud
htop
hyperfine
imagemagick
jq
k3d
Expand All @@ -47,7 +52,9 @@ let
s3cmd
sshfs
tilt
time
unzip
watch
wget
yarn
];
Expand Down
24 changes: 13 additions & 11 deletions home-manager/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,26 @@
enableUpdateCheck = false;
enableExtensionUpdateCheck = false;
extensions = with pkgs.vscode-extensions; [
ms-azuretools.vscode-docker
dbaeumer.vscode-eslint
file-icons.file-icons
github.vscode-github-actions
hashicorp.terraform
vscodevim.vim
jdinhlife.gruvbox
jnoortheen.nix-ide
ms-python.python
ms-azuretools.vscode-docker
ms-kubernetes-tools.vscode-kubernetes-tools
ms-python.black-formatter
ms-python.debugpy
ms-python.isort
ms-python.black-formatter
ms-python.python
ms-python.vscode-pylance
redhat.vscode-yaml
tim-koehler.helm-intellisense
ms-kubernetes-tools.vscode-kubernetes-tools
dbaeumer.vscode-eslint
oderwat.indent-rainbow
redhat.ansible
jdinhlife.gruvbox
redhat.vscode-yaml
tamasfe.even-better-toml
file-icons.file-icons
oderwat.indent-rainbow
tim-koehler.helm-intellisense
vscodevim.vim

];
userSettings = {
"editor.wrappingColumn" = 0;
Expand Down

0 comments on commit b53fea7

Please sign in to comment.