From bf707a3acb1e6a4b6c4304c898108d5c2700a18e Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Tue, 4 Mar 2025 13:19:33 +0100 Subject: [PATCH] Fixed notifications --- package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.nix b/package.nix index 036d24c..c7c8ce8 100644 --- a/package.nix +++ b/package.nix @@ -28,8 +28,8 @@ # Package is optional, defaults to pkgs.emacs package = if x11 - then pkgs.emacs-unstable - else pkgs.emacs-unstable-pgtk; + then pkgs.emacs30 + else pkgs.emacs30-pgtk; # By default emacsWithPackagesFromUsePackage will only pull in # packages with `:ensure`, `:ensure t` or `:ensure `.