[home-work] Fix remaining conflicts

claude and other ai tools should follow standard install process on work machines
This commit is contained in:
2025-09-30 08:36:36 -07:00
parent 2b7cf66e69
commit 47c4e0097e
2 changed files with 9 additions and 10 deletions

View File

@@ -12,6 +12,10 @@ in
config = mkIf cfg.enable {
home.packages = [
claude-code
codex
goose-cli
# Custom packages
customPkgs.tea-rbw
];
@@ -20,4 +24,4 @@ in
# Note: modules must be imported at top-level home config
};
}
}