feat: update to emacs 30
This commit is contained in:
parent
f30e0773cc
commit
99d593dfe5
2 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ in
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-color-emoji
|
noto-fonts-color-emoji
|
||||||
source-sans-pro
|
overpass
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
quicksand
|
quicksand
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ in {
|
||||||
|
|
||||||
services.emacs.enable = true;
|
services.emacs.enable = true;
|
||||||
services.emacs.package = with pkgs;
|
services.emacs.package = with pkgs;
|
||||||
(emacsPackagesFor (pkgs.emacs29.override { withPgtk = true; }))
|
(emacsPackagesFor (pkgs.emacs30.override { withPgtk = true; }))
|
||||||
.emacsWithPackages (epkgs: [ epkgs.vterm ]);
|
.emacsWithPackages (epkgs: [ epkgs.vterm ]);
|
||||||
|
|
||||||
programs.direnv.enable = true;
|
programs.direnv.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue