From 87b78123c3039e70f982fea7180eec62c8071514 Mon Sep 17 00:00:00 2001 From: anand Date: Thu, 18 Dec 2025 17:52:22 +0530 Subject: added treesitter package --- configuration.nix | 1 + home.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 94d42d5..fcae07f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -51,6 +51,7 @@ environment.systemPackages = with pkgs; [ vim neovim + tree-sitter wget git kitty 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