about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/wpcarro/emacs/default.nix29
1 files changed, 15 insertions, 14 deletions
diff --git a/users/wpcarro/emacs/default.nix b/users/wpcarro/emacs/default.nix
index f19306c461..b12e6410ee 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;