From a4de24b987e69b2ac532aa36161fe9a77f55cf93 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Mon, 2 Dec 2024 22:39:21 +0100 Subject: [PATCH] camelot: Use helix instead of neovim --- configurations/camelot/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configurations/camelot/default.nix b/configurations/camelot/default.nix index 6772015..98e4916 100644 --- a/configurations/camelot/default.nix +++ b/configurations/camelot/default.nix @@ -1,7 +1,6 @@ { pkgs, config, - lib, ... }: { @@ -27,7 +26,7 @@ }; environment.systemPackages = with pkgs; [ - neovim + helix git ];