summaryrefslogtreecommitdiff
path: root/hosts/pkgs.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-14 06:35:29 +0700
committerpolwex <polwex@sortug.com>2025-10-14 06:35:29 +0700
commit0983b8509b5595c8214f0df9264ccfb34af50ad7 (patch)
treef034284a73de6f0eb8d7b250257b1d71ac403bfa /hosts/pkgs.nix
parenta61c5db40ee85f98e6f40417c73ef10ca566aa19 (diff)
m
Diffstat (limited to 'hosts/pkgs.nix')
-rw-r--r--hosts/pkgs.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/pkgs.nix b/hosts/pkgs.nix
index bf940f6..06a7f38 100644
--- a/hosts/pkgs.nix
+++ b/hosts/pkgs.nix
@@ -7,6 +7,7 @@
environment.systemPackages = with pkgs;
[
# networking
+ lynx
minio
minio-client
curlFull
@@ -68,9 +69,12 @@
# aider-chat
# inputs.yek.packages.x86_64-linux.default
# python312Packages.google-generativeai
+ bun
claude-code
codex
nushell
+ ast-grep
+ diffsitter
# inputs.gemini-cli.packages.x86_64-linux.default
]
++ lib.optionals pkgs.stdenv.isLinux [
@@ -106,4 +110,5 @@
gnumake
bun
];
+ # ++ (with pkgs; [devenv]);
}