fix: remove old packages, add emacs bin to path
This commit is contained in:
parent
f8cdd55c72
commit
3898787478
1 changed files with 2 additions and 18 deletions
|
@ -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"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue