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 ]; }

View file

@ -1,5 +1,5 @@
{ pkgs, ... }: { { pkgs, ... }: {
imports = [ ./php.nix ]; imports = [ ./php.nix ./clojure.nix ];
home.packages = with pkgs; [ home.packages = with pkgs; [
gcc gcc