diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-13 19:49:22 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-13 19:49:22 -0700 |
commit | 88d200088297cd8e43f06422b10833358e606125 (patch) | |
tree | f8ca9e88369d1aa84feb58a8919a88ffd13b9917 | |
parent | modules: fix configuration for syncthing (diff) | |
download | world-88d200088297cd8e43f06422b10833358e606125.tar.gz |
home: fix name of the package for Emacs
Diffstat (limited to '')
-rw-r--r-- | home/emacs/default.nix | 2 |
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 ])) ]; |