hermit/configuration.nix: disable helix

This commit is contained in:
Charlie Root 2024-09-08 21:52:24 +02:00
commit 49f32abcd6
2 changed files with 2 additions and 11 deletions

View file

@ -30,7 +30,7 @@
# only emacs for me, right now.
neovim.enable = true;
# sadly just not advanced enough, yet.
helix.enable = true;
helix.enable = false;
kakoune.enable = false;
};
discord.enable = true;