From 62c44fb8d10f1fb86ab066ba2231060325aefa16 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 4 Feb 2025 07:45:21 -0600 Subject: [PATCH] Add zeditor to IVR --- home/hosts/ivr/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/hosts/ivr/default.nix b/home/hosts/ivr/default.nix index 44009bb..a376ce5 100644 --- a/home/hosts/ivr/default.nix +++ b/home/hosts/ivr/default.nix @@ -33,6 +33,7 @@ in gui = true; pypackage = py; vscodium = true; + zed = true; }; nixpkgs.config = {