diff options
| author | polwex <polwex@sortug.com> | 2025-10-22 14:02:16 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-22 14:02:16 +0700 |
| commit | 21adca7e6d8f8233ac8d6c00c7be43dc026e8cc5 (patch) | |
| tree | 1fffcd2c077af786ec4f28f1109a5d426295a398 /hosts/pkgs.nix | |
| parent | 4bb8dd864cf5077018327d6f55058b87def03d45 (diff) | |
| parent | f11a2b69c2fb5ef6111af107deba37114f7ab2ff (diff) | |
Merge branch 'fw'
Diffstat (limited to 'hosts/pkgs.nix')
| -rw-r--r-- | hosts/pkgs.nix | 6 |
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]); } |
