aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home
Commit message (Collapse)AuthorAgeFilesLines
* refactor(home): switch claude-code to nix packageSimen A. W. Olsen2026-03-211-7/+3
|
* feat(zsh): add zsh plugins (autocomplete, autosuggestions, vi-mode)Simen A. W. Olsen2026-03-211-0/+22
|
* fix(git): make SSH URL rewrite Darwin-specificSimen A. W. Olsen2026-03-211-0/+2
|
* refactor(zsh): use nix to fetch zsh-snap instead of runtime git cloneSimen A. W. Olsen2026-03-211-4/+9
|
* fix(zsh): add robustness checks and platform-specific aliases; add SSH keySimen A. W. Olsen2026-03-211-2/+6
|
* feat(tmux): set default-command to use login shellSimen A. W. Olsen2026-03-211-0/+2
|
* use nixSimen A. W. Olsen2026-03-214-10/+74
|
* refactor: consolidate dotfiles into declarative Nix modulesSimen A. W. Olsen2026-03-215-13/+203
| | | | | | | | | | - Remove nvim git submodule, use flake input instead - Inline all shell configurations into Nix modules - Remove legacy bootstrap.sh and macos/macos script - Add NixOS system configuration support - Update documentation with platform-specific setup - Add claude-code to macOS Homebrew - Remove stow-based dotfile management approach
* Extend dotfiles to support Linux via standalone home-manager (#6)Copilot2026-03-212-3/+6
|
* Refactor dotfiles to declarative Nix management (nix-darwin + home-manager) (#5)Copilot2026-03-016-0/+101