[darwin] 迁移一些 brew 管理的包进来

This commit is contained in:
2026-01-18 16:45:24 +08:00
parent bb40ace94d
commit 3600124906
2 changed files with 36 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
{ pkgs, ... }:
{
home.packages =
(with pkgs; [
autoconf
coreutils
gawk
gnused
gnutar
gnugrep
gnumake
pkgconf
unar
codex
helix
uv
typst
pandoc
# localsend
# zotero
# logseq
# telegram-desktop
# unnaturalscrollwheels
# noto-fonts-cjk-sans
# sarasa-gothic
# source-code-pro
])
;
}