Files
nixos/home
luochen570 4349da57ea sync: align home-manager zsh.nix with actual .zshrc
- Add envExtra: PATH, XDG_CONFIG_HOME, POWERLEVEL9K_INSTANT_PROMPT, .hermes/node/bin
- Add shell options: correct, interactive_comments
- Add initExtra: p10k instant prompt, y() function, proxy-on/off aliases
- Add missing aliases: cd -# (1-9), _ (sudo), rd, grep variants, afind, globurl
- Add missing OMZ plugins: command-not-found, colored-man-pages, kubectl
2026-05-26 12:45:07 +08:00
..
2026-03-01 20:36:38 +08:00
2026-02-28 11:14:50 +08:00
2026-03-01 19:38:51 +08:00
2026-03-01 19:38:51 +08:00

🏠 home 目录说明

Home Manager 用户级配置目录。

🌲 目录树

🏠 home
├─ 📦 default.nix   # 聚合入口,统一 imports
├─ 📝 git.nix       # Git 配置
├─ 🔐 ssh.nix       # SSH 配置(从 sops secret 链接)
├─ 💻 zsh.nix       # Zsh 与插件
└─ ✨ nvchad.nix    # Neovim(NvChad)

rn