[home-work] Fix remaining conflicts
claude and other ai tools should follow standard install process on work machines
This commit is contained in:
@@ -12,8 +12,8 @@ in
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
# Core CLI utilities
|
||||
fd
|
||||
glances
|
||||
gzip
|
||||
htop
|
||||
killall
|
||||
@@ -21,12 +21,7 @@ in
|
||||
ncdu
|
||||
shellcheck
|
||||
tmux
|
||||
|
||||
# Development/automation tools that are widely used
|
||||
claude-code
|
||||
codex
|
||||
goose-cli
|
||||
pandoc
|
||||
tree
|
||||
];
|
||||
|
||||
# Essential programs everyone needs
|
||||
@@ -63,11 +58,11 @@ in
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
addKeysToAgent = "yes";
|
||||
matchBlocks = {
|
||||
"nucdeb1" = {
|
||||
hostname = "nucdeb1.oglehome";
|
||||
user = "root";
|
||||
addKeysToAgent = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -12,6 +12,10 @@ in
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [
|
||||
claude-code
|
||||
codex
|
||||
goose-cli
|
||||
|
||||
# Custom packages
|
||||
customPkgs.tea-rbw
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user