🚀 use emacs from nixpkgs

dev-docs
Moritz Böhme 2022-10-09 20:52:48 +02:00
parent c327ef7aa5
commit a63ffacbc0
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
with lib;
let
cfg = config.my.programs.emacs;
myEmacs = with pkgs; ((emacsPackagesFor emacsUnstable).emacsWithPackages
myEmacs = with pkgs; ((emacsPackagesFor emacs).emacsWithPackages
(epkgs: [ epkgs.vterm ]));
in
{