[modules] add llm.nix

This commit is contained in:
2026-01-18 19:59:45 +08:00
parent 05138184df
commit 7369e70d44
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
codex
];
}