From fc800fc4c9fb51eaa611e51c71a7e0b1df86fba5 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 3 Aug 2024 20:35:50 +0400 Subject: [PATCH] set emacs package to unstable-pgtk --- hosts/sakotop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 5f040809..8af41fd9 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -90,6 +90,7 @@ emacs = { enable = true; daemon = true; + package = pkgs.emacs-unstable-pgtk; }; }; nil.enable = true;