🐃 use emac-nox everywhere

This commit is contained in:
James Walker 2021-01-31 12:57:57 -05:00
parent 503f77be08
commit 08d0d43600
Signed by: walkah
GPG Key ID: 3C127179D6086E93
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; };
};

View File

@ -3,11 +3,9 @@
# taps
tap 'homebrew/cask-drivers'
tap 'homebrew/cask-fonts'
tap 'd12frosted/emacs-plus'
# brews
brew 'coreutils'
brew 'emacs-plus@28'
brew 'mas'
# casks