Install docker, kubectl, kind

This commit is contained in:
Tobias Ostner 2023-12-27 10:44:52 +01:00
parent 56177c31c5
commit 72dc013bea
2 changed files with 5 additions and 2 deletions

View file

@ -1,11 +1,13 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
curl
kind
kubectl
less
raycast
ripgrep
tree
curl
less
];
home.sessionVariables = {