commit | c45d2f72cbf9891898937f6d4e3dbf5332abb778 | [log] [tgz] |
---|---|---|
author | Skyler Grey <sky@a.starrysky.fyi> | Fri Nov 15 21:19:18 2024 +0000 |
committer | Skyler Grey <minion@clicks.codes> | Sun Dec 01 14:47:34 2024 +0000 |
tree | c823d20b450891e3a0acee7d5987befdec06ea4a | |
parent | 7663354c466e99ba00c6e555ba7b7a8a0ce2f143 [diff] |
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; };