🚀 use emacs from nixpkgs
This commit is contained in:
parent
c327ef7aa5
commit
a63ffacbc0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
cfg = config.my.programs.emacs;
|
cfg = config.my.programs.emacs;
|
||||||
myEmacs = with pkgs; ((emacsPackagesFor emacsUnstable).emacsWithPackages
|
myEmacs = with pkgs; ((emacsPackagesFor emacs).emacsWithPackages
|
||||||
(epkgs: [ epkgs.vterm ]));
|
(epkgs: [ epkgs.vterm ]));
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue