Commit Graph

23 Commits

Author SHA1 Message Date
imbytecat 8d68dfafd2 fix(mise): 使用 all_compile 禁用 NixOS 默认源码编译 2026-04-15 19:35:14 +08:00
imbytecat f9d7d40e4e fix(mise): 禁用 Node.js 源码编译,使用预编译二进制 2026-04-15 19:32:13 +08:00
imbytecat 41913d9a24 style: 将项目中所有英文注释统一改为中文 2026-04-15 16:40:20 +08:00
imbytecat af82b03b3e fix(git): 更新 lazygit pager 配置为新版 git.pagers 格式 2026-04-15 03:38:32 +08:00
imbytecat 2147d2917e feat: add python3 runtime 2026-04-14 17:01:39 +08:00
imbytecat 82a148a894 Revert "feat: add python3 runtime and extend nix-ld libraries"
This reverts commit 7e5e05470a.
2026-04-14 17:01:11 +08:00
imbytecat 7e5e05470a feat: add python3 runtime and extend nix-ld libraries 2026-04-14 16:59:37 +08:00
imbytecat f6e2f92da3 refactor: remove redundant aliases, comments, and fix lazygit pager config 2026-04-14 13:53:04 +08:00
imbytecat 895b3c2978 fix(git): use renamed settings.user.{name,email} options 2026-04-13 22:56:14 +08:00
imbytecat 2cd888e1cf refactor: use idiomatic home-manager options for git user and mise activation 2026-04-13 22:45:36 +08:00
imbytecat 75340604f1 refactor(mise): use programs.mise home-manager module 2026-04-13 22:41:47 +08:00
imbytecat d6a0bf0cae refactor: remove redundant comments from languages.nix 2026-04-13 22:38:17 +08:00
imbytecat e77f561747 chore: update flake inputs, remove unused params and compose.yaml 2026-04-12 16:49:26 +08:00
imbytecat 95891aa441 fix(neovim): add statix for lazyvim nix linting 2026-04-11 22:21:01 +08:00
imbytecat 361bb5e952 fix(neovim): fix lazyvim catppuccin colorscheme config and lock lazyvim-nix 2026-04-11 22:16:03 +08:00
imbytecat 43b69e3c27 feat(neovim): switch to LazyVim via lazyvim-nix and add just-lsp 2026-04-11 22:06:53 +08:00
imbytecat e6f5b9d9df fix(lazygit): migrate git.paging.pager to git.pagers array for v0.61.0 2026-04-11 20:51:58 +08:00
imbytecat 365f5466fe fix: 覆盖 catppuccin/nix 的 nvim 包跳过 detect_integrations require check,全量启用 catppuccin 2026-04-11 02:36:05 +08:00
imbytecat 215e09910c fix: 修复首次 darwin-rebuild 的构建错误
- nix.enable=false 兼容 Determinate Nix (macOS)
- 禁用 catppuccin.nvim (require check 失败)
- fl-clash 用完整 tap 路径放入 casks
- 修复 SSH/git 废弃选项警告
- 更新 flake.lock
2026-04-10 23:30:35 +08:00
imbytecat 3ccdd8d2e2 fix: 修复 nix flake check 和 build 错误
- 添加 system.primaryUser (nix-darwin 新要求)
- 全局应用 overlays 解决 comment-checker 找不到的问题
- git/ssh/delta 选项迁移到 home-manager 新 API
- 包改名: dockerfile-language-server, nixfmt, nixd
- neovim withRuby=false, catppuccin homeModules 更名
- 更新 flake.lock (nixpkgs, home-manager, catppuccin)
2026-04-10 22:27:23 +08:00
imbytecat 96f88b3047 chore: 清除 zsh 残留,声明式 git 身份与 SSH config
- 移除所有 zsh 引用,补全 fish 迁移
- git.nix: 声明 userName/userEmail,删除 credential.helper store 和内网 sslVerify
- 新增 programs.ssh 声明式配置(id_ed25519, addKeysToAgent)
- 简化 install.sh 为 darwin/nixos 双平台
2026-04-10 21:58:55 +08:00
imbytecat c73e36a1be feat: add opencode, comment-checker packages; update README and flake.lock
- Add opencode and comment-checker to home packages
- Package comment-checker via prebuilt GitHub Releases binaries
- Register comment-checker overlay and flake packages output
- Add flake.lock to pin dependency versions
- Update README to match actual repo structure
- Add Node.js version notes in languages.nix
2026-04-03 20:40:00 +08:00
imbytecat e92c7aee31 refactor: 重构为多平台多用户架构,全面提升终端体验
- 新增 lib/ 辅助函数(mkNixos/mkDarwin/mkHome),消除硬编码
- 拆分 modules/ 为 nixos/darwin/shared 三层,支持跨平台共享
- 重构 home/ 为 shell/dev/theme 子模块,工具全部迁入用户级
- 深度配置 Tmux/FZF/Atuin/Bat/Eza/Btop/Lazygit/Starship
- 添加 Catppuccin Mocha 统一主题、Nerd Fonts 声明式管理
- 新增 homeConfigurations 输出,支持非 NixOS 系统直装
- 新增 nix-darwin 输入,预留 macOS 扩展路径
- 新增 overlays/ 和 pkgs/ 自定义包基础设施
- 修正 nix-darwin URL(LnL7 → nix-darwin org)
2026-04-03 19:54:17 +08:00