home: install clojure
This commit is contained in:
parent
8d72d6fe47
commit
824a839485
2 changed files with 2 additions and 1 deletions
1
home/features/devel/clojure.nix
Normal file
1
home/features/devel/clojure.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ pkgs, ... }: { home.packages = with pkgs; [ clojure clojure-lsp leiningen ]; }
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [ ./php.nix ];
|
||||
imports = [ ./php.nix ./clojure.nix ];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gcc
|
||||
|
|
Loading…
Add table
Reference in a new issue