moved codex and opencode to master pkgs

This commit is contained in:
2026-05-13 08:56:18 -04:00
parent bc6b1585ec
commit fb2519046d
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
{ config, ... }:
{
imports = [
./llm_tools.nix
./cli
./programs.nix
./ssh_config.nix
+8
View File
@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
home.packages = [
pkgs.claude-code
pkgs.master.codex
pkgs.master.opencode
];
}