about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/default.nix22
1 files changed, 20 insertions, 2 deletions
diff --git a/emacs/default.nix b/emacs/default.nix
index 4e025ec1c061..1635c0286f90 100644
--- a/emacs/default.nix
+++ b/emacs/default.nix
@@ -6,11 +6,29 @@
 
 let
   utils = import ~/briefcase/utils;
+  # NOTE: I'm trying to keep the list of dependencies herein constrained to a
+  # list of generic dependencies (i.e. not project or language specific). For
+  # language-specific tooling, I'm intending to use shell.nix alongside lorri
+  # and direnv.
   emacsBinPath = pkgs.lib.strings.makeBinPath (with pkgs; [
+    lorri
+    direnv
+    tdesktop # native telegram client
+    diskus
+    bat
+    exa
+    fd
+    fzf
+    tldr
+    tokei
+    nmap
+    ripgrep
+    gitAndTools.hub
+    kubectl
+    google-cloud-sdk
+    xsv
     scrot
     clipmenu
-    ocaml
-    ocamlformat
   ]);
   emacsWithPackages = (pkgs.emacsPackagesNgGen pkgs.emacs26).emacsWithPackages;
   wpcarrosEmacs = emacsWithPackages (epkgs: