camelot: Use helix instead of neovim
This commit is contained in:
parent
d0dcd5dce4
commit
a4de24b987
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
lib,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
@ -27,7 +26,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
neovim
|
helix
|
||||||
git
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue