From 5fcd04ac67c94d4ca249a8f212ebb5b423716454 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 22 Jun 2020 00:34:17 +0200 Subject: Setup emacs daemon and client It seems like I finally got my setup to a state where Emacs is there to stay. --- gui/emacs.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gui/emacs.nix') diff --git a/gui/emacs.nix b/gui/emacs.nix index e6fab00..e213fe9 100644 --- a/gui/emacs.nix +++ b/gui/emacs.nix @@ -62,4 +62,9 @@ mkdir -p ~/.emacs.d ln -s ${toString ./conf/init.el} ~/.emacs.d/init.el ''; + + services.emacs = { + enable = true; + client.enable = true; + }; } -- cgit v1.2.3