hermit/configuration.nix: disable emacs

This commit is contained in:
Charlie Root 2024-10-23 11:18:59 +02:00
commit 7b0374bd80
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -32,7 +32,7 @@
}; };
programs = { programs = {
editors = { editors = {
emacs.enable = true; emacs.enable = false;
# only emacs for me, right now. # only emacs for me, right now.
neovim.enable = true; neovim.enable = true;
# sadly just not advanced enough, yet. # sadly just not advanced enough, yet.