[darwin] 迁移一些 brew 管理的包进来
This commit is contained in:
@@ -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
|
||||
])
|
||||
;
|
||||
}
|
||||
Reference in New Issue
Block a user