From 9a4c6e21d8620a92d877053b587c6e796b8a05ae Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:29:38 +0000 Subject: [PATCH] daemon --- hosts/sakowsl/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index dd40c061..2e18ba78 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -134,7 +134,7 @@ nvim.enable = true; emacs = { enable = true; - daemon = false; + daemon = true; package = pkgs.emacs-unstable-pgtk; }; };