feat: enable emacs on fern, add dependencies for emacs/neovim

This commit is contained in:
Ryan Yin
2024-01-02 18:21:22 +08:00
parent 5809155f4b
commit fc6f064a51
3 changed files with 11 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
_: {
{
programs.ssh = {
enable = true;
extraConfig = ''
@@ -11,4 +11,9 @@ _: {
IdentitiesOnly yes
'';
};
modules.editors.emacs = {
enable = true;
doom.enable = true;
};
}