mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 00:19:11 +00:00
profiles/editors: update Emacs package attribute name
This commit is contained in:
parent
b061f42f73
commit
451faf08e1
@ -36,7 +36,7 @@ in {
|
||||
(lib.mkIf cfg.emacs.enable {
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacsUnstable;
|
||||
package = pkgs.emacs-unstable;
|
||||
extraPackages = epkgs: with epkgs; [
|
||||
vterm
|
||||
pdf-tools
|
||||
|
Loading…
Reference in New Issue
Block a user