[darwin] 迁移一些 brew 管理的包进来
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
../modules/shell.nix
|
../modules/shell.nix
|
||||||
../modules/shell-develop.nix
|
../modules/shell-develop.nix
|
||||||
../modules/vscode.nix
|
../modules/vscode.nix
|
||||||
|
../modules/darwin-packages.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.fish.shellAliases = {
|
programs.fish.shellAliases = {
|
||||||
|
|||||||
@@ -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