Skip to content

Commit

Permalink
add just/k8s/kluctl/wezterm to vio, remove kubectl from common
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Sawyer committed Apr 24, 2024
1 parent b246ef0 commit 4256270
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion home/common-packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
ijq
jansson
jq
kubectl
less
libcxx
libgccjit
Expand Down
6 changes: 5 additions & 1 deletion home/sawyer-dev-vio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ let
helix
htop
jansson
just
k3s
kluctl
libsndfile
msgpack
ncurses
Expand All @@ -58,12 +61,13 @@ let
sd
ssm-session-manager-plugin
valgrind
wezterm
wireshark
xsel
yaml-language-server
]
# npm packages setup via node2nix
++ (with npmPackages; [ bash-language-server prettier]);
++ (with npmPackages; [ bash-language-server prettier ]);

envVars = {
BAT_THEME = "1337";
Expand Down

0 comments on commit 4256270

Please sign in to comment.