diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-01-07 12:43:54 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-01-07 12:43:54 -0800 |
| commit | a9755a4d063e3d51c5d6698b0f5ef913e02e2717 (patch) | |
| tree | 3802a8df8a00d55e10f512ff65b51ef263317541 /home/emacs/default.nix | |
| parent | fix(home/firefox): remove extension https-everywhere (diff) | |
| download | infra-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.nix | 2 |
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 |
