Commit graph

7 commits

Author SHA1 Message Date
Harald Hoyer
31df523787 refactor(home): extract shared wezterm module
Add a `metacfg.tools.wezterm` home-manager module so wezterm.lua
configuration can be reused across hosts instead of being duplicated
inline. Migrate halo and amd to the new module and enable it on rialo
(font size 14, term = xterm-256color).
2026-04-27 09:47:49 +02:00
Harald Hoyer
99ae5afee7 feat(darwin): increase open file limit on rialo
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 15:17:15 +01:00
Harald Hoyer
1511e72e83 chore(nix): uncomment sessionPath in default.nix
- Uncommented the `sessionPath` configuration to re-enable JetBrains Toolbox scripts support.
- Aligns with current default settings for better integration.
2025-11-13 16:01:43 +01:00
Harald Hoyer
cd86d39ec1 chore(flakes): update Flake lockfile and configs
- Updated multiple Flake lockfile entries to the latest revisions for improved consistency with upstream changes.
- Removed redundant `sshKey` fields from builder configurations in `nixbuild.nix`.
- Added `Nix` path initialization for fish shell SSH sessions and refactored mouse bindings in `default.nix`.
2025-11-13 11:36:46 +01:00
3c28ec261b feat(home): configure Git user email for rialo 2025-08-14 14:34:54 +02:00
1feba6079d feat(aarch64-darwin): add JetBrains Toolbox scripts to sessionPath
- Extend `sessionPath` to include JetBrains Toolbox script directory.
- Ensures better integration of JetBrains tools with shell environments.
2025-08-04 15:38:20 +02:00
a3cdf34954 feat(aarch64-darwin): add home-manager configuration
- Introduced `default.nix` with user-specific configurations for `home-manager`.
- Enabled various CLI tools including Bash, Fish, Git, and Starship.
- Added Alacritty terminal configuration with custom font, theme, and behavior.
2025-08-04 15:26:41 +02:00