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, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
curl
kind
kubectl
less
raycast raycast
ripgrep ripgrep
tree tree
curl
less
]; ];
home.sessionVariables = { home.sessionVariables = {

View file

@ -31,6 +31,7 @@
"amethyst" "amethyst"
"anki" "anki"
"caffeine" "caffeine"
"docker"
"firefox" "firefox"
"logseq" "logseq"
"iglance" "iglance"