From d17037564d95959c822d6d99df50afe732011fd0 Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Mon, 5 May 2025 13:10:20 -0400 Subject: [PATCH] Add zed-editor --- hosts/default/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index da0e077..4876a16 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -277,6 +277,7 @@ psmisc # process tools like killall corectrl # provide hardware clock controls for AMDGPU gimp # GIMP image manipulation proggy + zed-editor # the most hopeful replacement for vscode...if I never learn nvim ]; programs.zsh.enable = true; programs.git = {