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"