diff --git a/modules/home/utilities.nix b/modules/home/utilities.nix index a959ca6..4ab89c1 100644 --- a/modules/home/utilities.nix +++ b/modules/home/utilities.nix @@ -76,13 +76,19 @@ in { }) (mkIf cfg.nix.enable { - home.packages = [ - pkgs.comma - pkgs.manix - pkgs.nix-du - pkgs.nix-tree - pkgs.nix-your-shell - ]; + home.packages = + [ + pkgs.comma + pkgs.manix + pkgs.nix-du + pkgs.nix-tree + pkgs.nix-your-shell + ] + ++ [ + # TODO: Expose these to Zed editor specifically + pkgs.alejandra + pkgs.nil + ]; programs.nh.enable = true; })