mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
profiles/editors: enable Emacs daemon
This commit is contained in:
parent
bd732601f4
commit
53f293919a
@ -98,6 +98,12 @@ in {
|
||||
anystyle-cli
|
||||
];
|
||||
|
||||
# Enable Emacs server for them quicknotes.
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
socketActivation.enable = true;
|
||||
};
|
||||
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"application/json" = [ "emacs.desktop" ];
|
||||
"text/org" = [ "emacs.desktop" ];
|
||||
|
Loading…
Reference in New Issue
Block a user