Get emacs properly working on darwin

This commit is contained in:
Nathan McCarty 2023-03-27 19:42:30 -04:00
parent e400a07efd
commit 6a9ad2eec3
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ with nLib; {
};
home.stateVersion = "22.05";
programs.home-manager.enable = true;
nathan.programs.emacs.package = lib.mkDefault pkgs.emacs28NativeComp;
nathan.programs.emacs.package = pkgs.emacs;
# lib.mkDefault inputs.emacs.packages."${pkgs.system}".emacsPgtk;
# Allow management of launchd agents
launchd.enable = true;
};