feat(minion)!: disable emacs

I'm currently not using emacs, and having it as my default means that it
is often opened when I actually want neovim

Change-Id: I4f29d19e08f2d850c05c2fe845da2b62e78dd5a6
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/941
Reviewed-by: Skyler Grey <minion@clicks.codes>
Tested-by: Skyler Grey <minion@clicks.codes>
diff --git a/modules/home/users/minion/default.nix b/modules/home/users/minion/default.nix
index 58111cd..3517638 100644
--- a/modules/home/users/minion/default.nix
+++ b/modules/home/users/minion/default.nix
@@ -163,11 +163,9 @@
 
       neovim = {
         enable = true;
-        defaultEditor = false;
+        defaultEditor = true;
       };
 
-      emacs.enable = true;
-
       editorconfig.enable = true;
     };