feat(wpcarro/emacs): Require ispell dependency
Also sort my dependencies, which is why this diff is noisy. Change-Id: I998ca354d94d4c6283f9fdf76b06c08b9972ced5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4590 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
9df5610cb7
commit
20bd01db88
1 changed files with 16 additions and 15 deletions
|
@ -9,27 +9,28 @@ let
|
|||
inherit (pkgs.lib.strings) concatStringsSep makeBinPath;
|
||||
|
||||
emacsBinPath = makeBinPath (with pkgs; [
|
||||
ripgrep
|
||||
bat
|
||||
clipmenu
|
||||
direnv
|
||||
diskus
|
||||
exa
|
||||
fd
|
||||
fzf
|
||||
pass
|
||||
tokei
|
||||
nmap
|
||||
tldr
|
||||
diskus
|
||||
jq
|
||||
pup
|
||||
exa
|
||||
gitAndTools.hub
|
||||
kubectl
|
||||
google-cloud-sdk
|
||||
xsv
|
||||
scrot
|
||||
clipmenu
|
||||
xorg.xset
|
||||
direnv
|
||||
ispell
|
||||
jq
|
||||
kubectl
|
||||
nix
|
||||
nmap
|
||||
pass
|
||||
pup
|
||||
ripgrep
|
||||
scrot
|
||||
tldr
|
||||
tokei
|
||||
xorg.xset
|
||||
xsv
|
||||
]);
|
||||
|
||||
emacsWithPackages = (emacsPackagesGen emacs27).emacsWithPackages;
|
||||
|
|
Loading…
Reference in a new issue