Files
flake/home/modules/llm.nix
T
2026-01-18 19:59:45 +08:00

7 lines
65 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
codex
];
}