From 97edb6d7b87dcd035e0f35fd09f70690cb3b661f Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 3 Nov 2021 18:59:21 -0400 Subject: [PATCH] profiles/emacs: reorganize pkgs, add libvterm --- users/profiles/emacs.nix | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/users/profiles/emacs.nix b/users/profiles/emacs.nix index d5b3381..72a8a99 100644 --- a/users/profiles/emacs.nix +++ b/users/profiles/emacs.nix @@ -14,28 +14,29 @@ ]; packages = with pkgs; [ - ripgrep - coreutils + clang cmake + coreutils + editorconfig-checker fd fzf - clang - mu + gnumake isync + jq + libvterm + mu + nodePackages.prettier + nodejs + python39Packages.pygments + ripgrep + shellcheck + sqlite + + (aspellWithDicts (dicts: with dicts; [ en en-computers en-science ])) (texlive.combine { inherit (texlive) scheme-medium wrapfig capt-of minted fvextra upquote catchfile xstring framed; }) - python39Packages.pygments - jq - gnumake - shellcheck - editorconfig-checker - nodejs - nodePackages.prettier - sqlite - - (aspellWithDicts (dicts: with dicts; [ en en-computers en-science ])) ]; # activation = { # Works in theory, but times out on rebuild