From 65ca84eca4c07941b8f11546fdec3145fb8593b0 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 11 Apr 2022 23:38:49 -0400 Subject: [PATCH] refactor(doom): clean up emacs packages --- users/profiles/emacs.nix | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/users/profiles/emacs.nix b/users/profiles/emacs.nix index b1e4f69..29ac34b 100644 --- a/users/profiles/emacs.nix +++ b/users/profiles/emacs.nix @@ -20,21 +20,12 @@ in ]; packages = with pkgs; lib.flatten [ - clang - cmake + # --- Doom Emacs --- fd - fzf - gnumake - isync - jq - mu - nodePackages.prettier - nodejs - perl - python39Packages.pygments ripgrep - shellcheck - sqlite + fzf + + gnumake # --- :tools --- # :tools editorconfig @@ -46,11 +37,18 @@ in xdotool xclip + # --- :editor --- + # :editor format + nodePackages.prettier + + # --- :lang --- # :lang org + python39Packages.pygments ## +gnuplot gnuplot ## +roam2 + sqlite graphviz # :lang common-lisp @@ -85,6 +83,12 @@ in pandoc python39Packages.grip + # :lang sh + shellcheck + + # :lang json + jq + # --- :checkers --- # :checkers spell ## +aspell