From addf1014b61a501a455799501c4855b0b5b0eb78 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 26 Mar 2026 11:04:22 -0600 Subject: [PATCH] update CLI apps --- modules/homebrew.nix | 1 + modules/packages/cli.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homebrew.nix b/modules/homebrew.nix index a2e9367..4435f3f 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -20,6 +20,7 @@ "snort" "docker" "docker-credential-helper" + "direnv" ]; casks = [ diff --git a/modules/packages/cli.nix b/modules/packages/cli.nix index 2e19dad..ad5cac0 100644 --- a/modules/packages/cli.nix +++ b/modules/packages/cli.nix @@ -12,6 +12,5 @@ sl android-tools zed-editor - nix-direnv ]; }