🐃 emacs cleanup

This commit is contained in:
2020-12-01 22:45:18 -05:00
parent 88b9436e83
commit f95f813b95
3 changed files with 7 additions and 8 deletions

View File

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