From 8d5c185587c6e56baf69cf84c25eb8ef6ab08817 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 25 Feb 2026 12:53:59 +0100 Subject: [PATCH] feat: add treesitter cli --- hosts/gentoo/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gentoo/home.nix b/hosts/gentoo/home.nix index 266dd9b..6e8f761 100644 --- a/hosts/gentoo/home.nix +++ b/hosts/gentoo/home.nix @@ -8,6 +8,7 @@ home.packages = [ pkgs.sesh + pkgs.tree-sitter ]; home.sessionVariables = {