about summary refs log tree commit diff
path: root/home/emacs/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-07 12:43:54 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-07 12:43:54 -0800
commita9755a4d063e3d51c5d6698b0f5ef913e02e2717 (patch)
tree3802a8df8a00d55e10f512ff65b51ef263317541 /home/emacs/default.nix
parentfix(home/firefox): remove extension https-everywhere (diff)
downloadworld-a9755a4d063e3d51c5d6698b0f5ef913e02e2717.tar.gz
fix(home/emacs): rename the package
```
trace: emacsPgtkNativeComp has been renamed to emacsPgtk, please update your expression.
```
Diffstat (limited to '')
-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 073e7bd..156c922 100644
--- a/home/emacs/default.nix
+++ b/home/emacs/default.nix
@@ -8,7 +8,7 @@ in
 
   config.home = lib.mkIf cfg.enable {
     packages = with pkgs; [
-      emacsPgtkNativeComp
+      emacsPgtk
       # see https://github.com/hlissner/doom-emacs/issues/4138
       (aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
       nixpkgs-fmt