🐃 use emac-nox everywhere

This commit is contained in:
2021-01-31 12:57:57 -05:00
parent 503f77be08
commit 08d0d43600
2 changed files with 3 additions and 5 deletions

View File

@@ -132,11 +132,11 @@
terminal = "screen-256color";
};
emacs = if (pkgs.stdenv.isLinux) then {
emacs = {
enable = true;
package = pkgs.emacs-nox;
extraPackages = epkgs: [ epkgs.vterm ];
} else
{ };
};
vim = { enable = true; };
};