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 | |
| parent | 70b53392cdb93305d911f8f63366a7c7aa5f6857 (diff) | |
added treesitter package
| -rw-r--r-- | configuration.nix | 1 | ||||
| -rwxr-xr-x | home.nix | 2 |
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 @@ -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" ] '' |
