From e70d49345d1d7dde6f4fa396433b05cfcd0f26e5 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:20:39 +0400 Subject: [PATCH] sakowsl emacs pgtk --- hosts/sakowsl/configuration.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 2cca933b..67d66248 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -118,8 +118,11 @@ dev = { editors = { nvim.enable = true; - emacs.enable = true; - emacs.daemon = false; + emacs = { + enable = true; + daemon = false; + type = "unstable-pgtk"; + }; }; cc.enable = true; nil.enable = true;