From 72dc013bea36f02e315a152421a56478554c646a Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Wed, 27 Dec 2023 10:44:52 +0100 Subject: [PATCH] Install docker, kubectl, kind --- .config/nix/home/core.nix | 6 ++++-- .config/nix/modules/apps.nix | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/nix/home/core.nix b/.config/nix/home/core.nix index 54f689e..a825857 100644 --- a/.config/nix/home/core.nix +++ b/.config/nix/home/core.nix @@ -1,11 +1,13 @@ { pkgs, ... }: { home.packages = with pkgs; [ + curl + kind + kubectl + less raycast ripgrep tree - curl - less ]; home.sessionVariables = { diff --git a/.config/nix/modules/apps.nix b/.config/nix/modules/apps.nix index 3e26867..d763e1e 100644 --- a/.config/nix/modules/apps.nix +++ b/.config/nix/modules/apps.nix @@ -31,6 +31,7 @@ "amethyst" "anki" "caffeine" + "docker" "firefox" "logseq" "iglance"