feat(programs): add codex
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m22s

This commit is contained in:
2026-02-27 16:12:44 +05:30
parent 5269b2ee10
commit d4a0ab60cf
2 changed files with 2 additions and 0 deletions

1
home/programs/codex.nix Normal file
View File

@@ -0,0 +1 @@
{pkgs, ...}: {home.packages = [pkgs.codex];}

View File

@@ -83,5 +83,6 @@
./yt-dlp.nix
./zoxide.nix
./yq.nix
./codex.nix
];
}