hermit/configuration.nix: disable helix
This commit is contained in:
parent
a09fade6d2
commit
14bc47f256
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
editors = {
|
||||
emacs.enable = true;
|
||||
neovim.enable = true;
|
||||
helix.enable = true;
|
||||
# sadly just not advanced enough, yet.
|
||||
helix.enable = false;
|
||||
kakoune.enable = false;
|
||||
};
|
||||
discord.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue