mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-21 16:31:22 +02:00
feat: remove emacs
This commit is contained in:
@@ -11,8 +11,4 @@
|
||||
IdentitiesOnly yes
|
||||
'';
|
||||
};
|
||||
|
||||
modules.editors.emacs = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -11,7 +11,4 @@ _: {
|
||||
IdentitiesOnly yes
|
||||
'';
|
||||
};
|
||||
modules.editors.emacs = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -12,9 +12,6 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
modules.editors.emacs = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user