From 87b78123c3039e70f982fea7180eec62c8071514 Mon Sep 17 00:00:00 2001 From: anand Date: Thu, 18 Dec 2025 17:52:22 +0530 Subject: added treesitter package --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 9e0ebbd..85e2a5c 100755 --- a/home.nix +++ b/home.nix @@ -61,7 +61,6 @@ in cat = "bat"; ll = "eza --icons -lha"; la = "eza --icons -a"; - trash = "trashy"; }; }; home.username = "anand"; @@ -90,6 +89,7 @@ in pkgs.grim pkgs.slurp pkgs.dmenu-wayland + pkgs.javaPackages.compiler.temurin-bin.jdk-25 ]; home.activation.dotfiles = lib.hm.dag.entryAfter [ "writeBoundary" ] '' -- cgit v1.2.3