diff options
Diffstat (limited to 'nix/modules/home/emacs.nix')
| -rw-r--r-- | nix/modules/home/emacs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/home/emacs.nix b/nix/modules/home/emacs.nix index 71e234c..9ee2424 100644 --- a/nix/modules/home/emacs.nix +++ b/nix/modules/home/emacs.nix @@ -3,7 +3,7 @@ programs.emacs = { enable = lib.mkDefault config.monorepo.profiles.graphics.enable; - package = pkgs.emacs30-pgtk; + package = pkgs.emacs-pgtk; extraConfig = '' (setq debug-on-error t) (org-babel-load-file |
