From be29a97b84dbb54e125dac19df3478464b7f76ca Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Mon, 11 Dec 2023 13:24:13 +0100 Subject: [PATCH] [nix] Install Kotlin & Bear --- nix/hosts/alymac/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nix/hosts/alymac/default.nix b/nix/hosts/alymac/default.nix index 6ccb00d..ccfa93a 100644 --- a/nix/hosts/alymac/default.nix +++ b/nix/hosts/alymac/default.nix @@ -57,6 +57,8 @@ let dotnet-sdk_8 go jdk + kotlin + kotlin-language-server lua-language-server nil nodejs_20 @@ -216,6 +218,7 @@ in # Please do not the brew. brews = [ + "bear" "composer" "croc" "ddev"