mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-23 08:28:27 +02:00
feat: enable emacs on fern, add dependencies for emacs/neovim
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
_: {
|
||||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
@@ -11,4 +11,9 @@ _: {
|
||||
IdentitiesOnly yes
|
||||
'';
|
||||
};
|
||||
|
||||
modules.editors.emacs = {
|
||||
enable = true;
|
||||
doom.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user