summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2025-12-18 17:52:22 +0530
committeranand <anand.panchdhari@gmail.com>2025-12-18 17:52:22 +0530
commit87b78123c3039e70f982fea7180eec62c8071514 (patch)
treec942b0bedaa56bf507bcb1bf581af9eb0417ddc1
parent70b53392cdb93305d911f8f63366a7c7aa5f6857 (diff)
added treesitter package
-rw-r--r--configuration.nix1
-rwxr-xr-xhome.nix2
2 files changed, 2 insertions, 1 deletions
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" ] ''