From aa41d2691918c550dfa36df9b8dc0bb2407d31f7 Mon Sep 17 00:00:00 2001 From: Fredrik Robertsen Date: Sat, 18 Apr 2026 22:13:27 +0200 Subject: [PATCH] fix: actually add zed --- modules/dev/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/dev/default.nix b/modules/dev/default.nix index c023e14..6abf8e9 100644 --- a/modules/dev/default.nix +++ b/modules/dev/default.nix @@ -12,12 +12,12 @@ python3 ruff typst tinymist rust-analyzer - uiua-unstable uiua386 + uiua-unstable glsl_analyzer ]; in [ helix - zed + zed-editor jujutsu pandoc zathura @@ -34,6 +34,7 @@ fonts.packages = with pkgs; [ monocraft + uiua386 ]; environment.sessionVariables.EDITOR = lib.mkForce "hx";