camelot: Use helix instead of neovim

This commit is contained in:
Victor Mignot 2024-12-02 22:39:21 +01:00
parent d0dcd5dce4
commit a4de24b987
No known key found for this signature in database
GPG key ID: 5E7F2CE1BEAFED3D

View file

@ -1,7 +1,6 @@
{
pkgs,
config,
lib,
...
}:
{
@ -27,7 +26,7 @@
};
environment.systemPackages = with pkgs; [
neovim
helix
git
];