From 8a74cc7daba2632e0243492442ab2e779291e59d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=BF=20corey=20=28they/them=29?= Date: Fri, 20 Feb 2026 09:48:18 -0800 Subject: [PATCH] Add `nixd` Zed editor needs this on `$PATH` --- modules/home/utilities.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/utilities.nix b/modules/home/utilities.nix index a959ca6..c2f613d 100644 --- a/modules/home/utilities.nix +++ b/modules/home/utilities.nix @@ -82,6 +82,7 @@ in { pkgs.nix-du pkgs.nix-tree pkgs.nix-your-shell + pkgs.nixd ]; programs.nh.enable = true;