replace neovim with helix

This commit is contained in:
insects 2024-09-22 10:45:27 +02:00
parent 75a38fab65
commit 303e982a8e
3 changed files with 12 additions and 9 deletions

View file

@ -0,0 +1,6 @@
{ ... }: {
programs.helix = {
enable = true;
defaultEditor = true;
};
}