From 57979afbac3ee5905dc8b118f314c282951a9c21 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:56:30 +0400 Subject: [PATCH] update a thing --- hosts/sakotop/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index e43eb621..0e998933 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -77,7 +77,10 @@ dev = { editors = { nvim.enable = true; - emacs.enable = true; + emacs = { + enable = true; + daemon = true; + }; }; nil.enable = true; cc.enable = true;