From 9bcb55c3c022e95ed67ef4cbe769224620374685 Mon Sep 17 00:00:00 2001 From: k Date: Tue, 7 Jan 2025 21:41:10 -0500 Subject: [PATCH] changed emacs --- hosts/laptop/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 710c44e..2c5004b 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -21,6 +21,7 @@ btop zip + emacs30-pgtk direnv texliveFull @@ -47,7 +48,7 @@ emacs = { enable = true; defaultEditor = true; - package = pkgs.emacs-gtk; + package = pkgs.emacs30-pgtk; }; }; stylix = {