summaryrefslogtreecommitdiff
path: root/hosts/pkgs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/pkgs.nix')
-rw-r--r--hosts/pkgs.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/pkgs.nix b/hosts/pkgs.nix
index 66a6ec0..436851a 100644
--- a/hosts/pkgs.nix
+++ b/hosts/pkgs.nix
@@ -7,6 +7,7 @@
environment.systemPackages = with pkgs;
[
# networking
+ lynx
minio
minio-client
curlFull
@@ -71,10 +72,12 @@
# aider-chat
# inputs.yek.packages.x86_64-linux.default
# python312Packages.google-generativeai
- yek
+ bun
claude-code
codex
nushell
+ ast-grep
+ diffsitter
# inputs.gemini-cli.packages.x86_64-linux.default
#
# ai
@@ -113,4 +116,5 @@
gnumake
bun
];
+ # ++ (with pkgs; [devenv]);
}