From 20bd01db88638bcffc03f6540617d2a7166dbafb Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 24 Dec 2021 17:38:32 -0500 Subject: 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 Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/emacs/default.nix | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'users/wpcarro/emacs/default.nix') diff --git a/users/wpcarro/emacs/default.nix b/users/wpcarro/emacs/default.nix index f19306c46141..b12e6410eec6 100644 --- a/users/wpcarro/emacs/default.nix +++ b/users/wpcarro/emacs/default.nix @@ -9,27 +9,28 @@ let inherit (pkgs.lib.strings) concatStringsSep makeBinPath; emacsBinPath = makeBinPath (with pkgs; [ - ripgrep bat - fd - fzf - pass - tokei - nmap - tldr + clipmenu + direnv diskus - jq - pup exa + fd + fzf gitAndTools.hub - kubectl google-cloud-sdk - xsv + ispell + jq + kubectl + nix + nmap + pass + pup + ripgrep scrot - clipmenu + tldr + tokei xorg.xset - direnv - nix + xsv ]); emacsWithPackages = (emacsPackagesGen emacs27).emacsWithPackages; -- cgit 1.4.1