fix: remove old packages, add emacs bin to path

This commit is contained in:
Infinidoge 2021-09-20 00:35:32 -04:00
parent f8cdd55c72
commit 3898787478

View file

@ -9,23 +9,7 @@
# package = config.programs.emacs.package;
# };
environment.systemPackages = with pkgs; [
emacs
ripgrep
coreutils
cmake
fd
fzf
clang
mu
isync
tetex
jq
gnumake
shellcheck
nodejs
nodePackages.prettier
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
home.sessionPath = [
"${config.xdg.configHome}/emacs/bin"
];
}