about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-13 19:49:22 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-13 19:49:22 -0700
commit88d200088297cd8e43f06422b10833358e606125 (patch)
treef8ca9e88369d1aa84feb58a8919a88ffd13b9917
parentmodules: fix configuration for syncthing (diff)
downloadworld-88d200088297cd8e43f06422b10833358e606125.tar.gz
home: fix name of the package for Emacs
-rw-r--r--home/emacs/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ]))
     ];