about summary refs log tree commit diff stats
path: root/nix-conf/home/otm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/home/otm.nix')
-rw-r--r--nix-conf/home/otm.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nix-conf/home/otm.nix b/nix-conf/home/otm.nix
index 67dab1e..df85b9a 100644
--- a/nix-conf/home/otm.nix
+++ b/nix-conf/home/otm.nix
@@ -113,6 +113,7 @@ let
   });
 
   zscaler-lein = pkgs.leiningen.override { jdk = zscaler-jdk; };
+  zscaler-clojure = pkgs.clojure.override { jdk = zscaler-jdk; };
 
   toggle = pkgs.writeShellScriptBin "remote-toggle" ''
     ssh -nT pi "playerctl play-pause" 2>/dev/null
@@ -151,6 +152,7 @@ in
   };
 
   home.packages = with pkgs; [
+    zscaler-clojure
     zscaler-lein
     toggle
   ];