change emacs name

dev-docs
Moritz Böhme 2021-12-14 12:25:02 +01:00
parent f574ef2a19
commit 586f633a26
1 changed files with 2 additions and 3 deletions

View File

@ -2,10 +2,9 @@
let
emacs = with pkgs;
((emacsPackagesNgGen emacsUnstableGcc).emacsWithPackages
((emacsPackagesNgGen emacsGcc).emacsWithPackages
(epkgs: [ epkgs.vterm epkgs.emacsql-sqlite3 ]));
in
{
in {
fonts.fonts = [ pkgs.emacs-all-the-icons-fonts ];
home-manager.users.moritz = {