summaryrefslogtreecommitdiff
path: root/home.nix
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 /home.nix
parent70b53392cdb93305d911f8f63366a7c7aa5f6857 (diff)
added treesitter package
Diffstat (limited to 'home.nix')
-rwxr-xr-xhome.nix2
1 files changed, 1 insertions, 1 deletions
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" ] ''