mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/editor: update Emacs package
This commit is contained in:
parent
59461cc416
commit
530042b695
@ -36,7 +36,7 @@ in {
|
||||
(lib.mkIf cfg.emacs.enable {
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacsNativeComp;
|
||||
package = pkgs.emacsUnstable;
|
||||
extraPackages = epkgs: with epkgs; [
|
||||
vterm
|
||||
pdf-tools
|
||||
|
Loading…
Reference in New Issue
Block a user