diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-18 17:52:22 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-18 17:52:22 +0530 |
| commit | 87b78123c3039e70f982fea7180eec62c8071514 (patch) | |
| tree | c942b0bedaa56bf507bcb1bf581af9eb0417ddc1 /home.nix | |
| parent | 70b53392cdb93305d911f8f63366a7c7aa5f6857 (diff) | |
added treesitter package
Diffstat (limited to 'home.nix')
| -rwxr-xr-x | home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ] '' |
