home: install clojure

This commit is contained in:
insects 2024-09-22 13:31:11 +02:00
parent 8d72d6fe47
commit 824a839485
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
{ pkgs, ... }: { home.packages = with pkgs; [ clojure clojure-lsp leiningen ]; }