mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-19 18:19:12 +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 {
|
(lib.mkIf cfg.emacs.enable {
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacsUnstable;
|
package = pkgs.emacs-unstable;
|
||||||
extraPackages = epkgs: with epkgs; [
|
extraPackages = epkgs: with epkgs; [
|
||||||
vterm
|
vterm
|
||||||
pdf-tools
|
pdf-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user