From cd54dc8f7866d018a520b2fb0082eb965114528d Mon Sep 17 00:00:00 2001 From: Felix Schneider <99918022+trueberryless@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:30:16 +0200 Subject: [PATCH] feat: install neovim and zed and remove wrong zed aliases --- dotfiles/shell/alias | 3 --- modules/apps.nix | 1 + modules/homebrew.nix | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dotfiles/shell/alias b/dotfiles/shell/alias index 1fa396e..2fc009f 100644 --- a/dotfiles/shell/alias +++ b/dotfiles/shell/alias @@ -14,6 +14,3 @@ alias la="eza -laa --icons" alias tree="eza -T" alias psg="ps -ef | grep -i" alias envg="env | grep -i" - -alias zed='zeditor' -alias code='zeditor' diff --git a/modules/apps.nix b/modules/apps.nix index 3a7d157..b631afd 100644 --- a/modules/apps.nix +++ b/modules/apps.nix @@ -22,6 +22,7 @@ in { jetbrains.datagrip jetbrains.idea jetbrains.rider + neovim nixd oh-my-posh postman diff --git a/modules/homebrew.nix b/modules/homebrew.nix index 56baa7a..dab95de 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -26,6 +26,7 @@ "olympus" "spotify" "steam" + "zed" "zen" ]; }; -- 2.51.2