From 88d200088297cd8e43f06422b10833358e606125 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 13 May 2022 19:49:22 -0700 Subject: home: fix name of the package for Emacs --- home/emacs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') diff --git a/home/emacs/default.nix b/home/emacs/default.nix index 17b44c5..faac80d 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -7,7 +7,7 @@ in { config.home = lib.mkIf cfg.enable { packages = with pkgs; [ - emacsPgtkGcc + emacsPgtkNativeComp # see https://github.com/hlissner/doom-emacs/issues/4138 (aspellWithDicts (dicts: with dicts; [ en en-computers en-science ])) ]; -- cgit 1.4.1