Update project configuration and remove deprecated tmux.sh
- Add homepage project with basic template configuration - Update README to reflect current project examples - Remove root tmux.sh (replaced by template system) - Update generated projects.json with new homepage project The centralized project system now fully replaces individual tmux scripts. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
fce0729d48
commit
17f7812011
4 changed files with 10 additions and 30 deletions
|
|
@ -1 +1 @@
|
|||
/nix/store/4h9l43xg1zpszcdcf38d8md6xhw8xm18-home-manager-files/.config/nix/config/projects.json
|
||||
/nix/store/qbgs48q2c5qc1p442phq27y3h4xz67fi-home-manager-files/.config/nix/config/projects.json
|
||||
|
|
@ -22,5 +22,12 @@
|
|||
codePath = "/Users/yanlin/.config/nix";
|
||||
description = "Nix configuration";
|
||||
};
|
||||
|
||||
homepage = {
|
||||
template = "basic";
|
||||
name = "homepage";
|
||||
codePath = "/Users/yanlin/Documents/Projects/Homepage/";
|
||||
description = "Personal Homepage";
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue