From 818af704a159f4fb75f4b8cf34bb2ad30b8893f2 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Wed, 29 May 2024 15:59:32 -0700 Subject: [PATCH] with python and ruby --- home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.nix b/home.nix index c624938..6e47e66 100644 --- a/home.nix +++ b/home.nix @@ -87,6 +87,8 @@ treesitterWithGrammars ]; withNodeJs = true; + withPython3 = true; + withRuby = true; }; # Let Home Manager install and manage itself.