home: Enable emacs daemon

This commit is contained in:
Alexander Kobjolke 2022-06-26 11:41:36 +02:00
parent d3e267b2e3
commit efae4785da

View file

@ -137,6 +137,8 @@
defaultCacheTtlSsh = 300;
};
services.emacs = { enable = true; };
home.file.".local" = {
recursive = true;
source = ./local;